diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 23:45:30 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 23:45:30 +0000 |
commit | 03174d91effd822a4d92b4f1faa0fa18199f72c5 (patch) | |
tree | 3247f76b005686db0773ea6e5de61f58c635c9a9 /devel/p5-File-Flat | |
parent | c5f8b8a8b92d151a181f4429ffd6f2f00c2232d6 (diff) | |
download | ports-03174d91effd822a4d92b4f1faa0fa18199f72c5.tar.gz ports-03174d91effd822a4d92b4f1faa0fa18199f72c5.zip |
Notes
Diffstat (limited to 'devel/p5-File-Flat')
-rw-r--r-- | devel/p5-File-Flat/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/p5-File-Flat/Makefile b/devel/p5-File-Flat/Makefile index f6d3e3c02ae4..74abd1570e7a 100644 --- a/devel/p5-File-Flat/Makefile +++ b/devel/p5-File-Flat/Makefile @@ -7,6 +7,7 @@ PORTNAME= File-Flat PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,26 +16,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Implements a flat filesystem RUN_DEPENDS= ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/File/NCopy.pm:${PORTSDIR}/devel/p5-File-NCopy \ ${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Copy-Recursive \ ${SITE_PERL}/File/Remove.pm:${PORTSDIR}/devel/p5-File-Remove \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/${PERL_ARCH}/IO/File.pm:${PORTSDIR}/devel/p5-IO \ ${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \ ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork BUILD_DEPENDS= ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/File/NCopy.pm:${PORTSDIR}/devel/p5-File-NCopy \ ${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Copy-Recursive \ ${SITE_PERL}/File/Remove.pm:${PORTSDIR}/devel/p5-File-Remove \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/${PERL_ARCH}/IO/File.pm:${PORTSDIR}/devel/p5-IO \ ${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \ - ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \ - ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI + ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork PERL_CONFIGURE= yes |