blob: ce77a124470872e0fd0a5cd25a4fbd529ead4ae0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= File-BackupCopy
PORTVERSION= 1.01
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Create a backup copy of the file with Perl
TEST_DEPENDS= p5-File-Cmp>=1.07:sysutils/p5-File-Cmp
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|