diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-28 05:33:49 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-28 05:33:49 +0000 |
commit | 91e2669758d051379ebfd07db18ce7d962a5ea2c (patch) | |
tree | 24ca4cc0ac73faa39723eb6bcfceb0a4d50e8cb5 /devel/p5-File-Copy-Recursive/Makefile | |
parent | Remove dead mastersites per distfile survey. (diff) |
- Perl extension for recursively copying files and directories
- needed by p5-Catalyst when execute 'perl Makefile.PL' after create
a standalone server.
- ijliao made this port, and I will maintain it :)
Notes
Notes:
svn path=/head/; revision=149727
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> |