freebsd-ports/sysutils/p5-File-BackupCopy/Makefile
Alexey Dokuchaev 00fc5c288c Add two Perl modules, p5-File-BackupCopy and p5-File-Cmp which is
a TEST_DEPENDS for the former.
2020-07-16 17:34:19 +00:00

19 lines
381 B
Makefile

# 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>