diff options
Diffstat (limited to 'devel/p5-File-Copy-Recursive/Makefile')
-rw-r--r-- | devel/p5-File-Copy-Recursive/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-File-Copy-Recursive/Makefile b/devel/p5-File-Copy-Recursive/Makefile new file mode 100644 index 000000000000..b904d8b7a99a --- /dev/null +++ b/devel/p5-File-Copy-Recursive/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: File::Copy::Recursive +# Date created: Nov 26, 2005 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= File-Copy-Recursive +PORTVERSION= 0.16 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Perl extension for recursively copying files and directories + +PERL_CONFIGURE= yes + +MAN3= File::Copy::Recursive.3 + +.include <bsd.port.mk> |