opnsense-ports/sysutils/p5-File-BackupCopy/Makefile
Franco Fichtner fd66a7eeaf */*: sync with upstream
Taken from: HardenedBSD
2020-07-17 09:32:21 +02: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>