freebsd-ports/sysutils/p5-File-BackupCopy/Makefile
2021-04-06 16:31:07 +02:00

18 lines
369 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
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>