diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-04-06 03:08:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-04-06 03:08:39 +0000 |
commit | 745985ef4c27503d728c2f854960d655a89d579f (patch) | |
tree | 5935aabeec04d22af633497399f06b46d052b089 /devel/p5-Module-Install | |
parent | c952767696acc5dd4b838f51585e28fed215ff49 (diff) | |
download | ports-745985ef4c27503d728c2f854960d655a89d579f.tar.gz ports-745985ef4c27503d728c2f854960d655a89d579f.zip |
Notes
Diffstat (limited to 'devel/p5-Module-Install')
-rw-r--r-- | devel/p5-Module-Install/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Module-Install/Makefile b/devel/p5-Module-Install/Makefile index e0698b57048f..fe52970143ba 100644 --- a/devel/p5-Module-Install/Makefile +++ b/devel/p5-Module-Install/Makefile @@ -7,6 +7,7 @@ PORTNAME= Module-Install PORTVERSION= 0.71 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Standalone, extensible Perl module installer -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ +RUN_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/Module/ScanDeps.pm:${PORTSDIR}/devel/p5-Module-ScanDeps \ ${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \ ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ ${SITE_PERL}/PAR/Dist.pm:${PORTSDIR}/devel/p5-PAR-Dist \ + ${SITE_PERL}/YAML/Tiny.pm:${PORTSDIR}/textproc/p5-YAML-Tiny \ ${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS+= --skip |