Files
bsdports/perl/p5-File-Copy-Recursive/Makefile
2019-12-26 07:26:06 +00:00

18 lines
285 B
Makefile

#
# $id$
#
PORTNAME= File-Copy-Recursive
PORTVERSION= 0.38
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for recursively copying files and directories
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF