diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-10-28 07:52:34 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-10-28 07:52:34 +0000 |
commit | fd2c6bfe40f629c7c0c915dd7ec507c44fffec71 (patch) | |
tree | 46dc233a08f4768a3a4f38771688c1795c1f6d7f /devel/p5-Module-Install | |
parent | c4063c794af6ba0560efa71123964f8b673f77fe (diff) |
Notes
Diffstat (limited to 'devel/p5-Module-Install')
-rw-r--r-- | devel/p5-Module-Install/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/p5-Module-Install/Makefile b/devel/p5-Module-Install/Makefile index 06a1552e82da..21e5694e28b6 100644 --- a/devel/p5-Module-Install/Makefile +++ b/devel/p5-Module-Install/Makefile @@ -7,6 +7,7 @@ PORTNAME= Module-Install PORTVERSION= 0.91 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,6 @@ COMMENT= Standalone, extensible Perl module installer 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 \ @@ -41,7 +41,7 @@ MAN3= inc::Module::Install.3 \ Module::Install::Deprecated.3 \ Module::Install::External.3 \ Module::Install::Makefile.3 \ - Module::Install::PAR.3 \ + Module::Install::PAR.3 \ Module::Install::Philosophy.3 \ Module::Install::Share.3 \ Module::Install::With.3 @@ -52,4 +52,8 @@ MAN3= inc::Module::Install.3 \ BUILD_DEPENDS+= ${SITE_PERL}/Pod/Man.pm:${PORTSDIR}/textproc/p5-podlators .endif +.if ${PERL_LEVEL} < 500809 +BUILD_DEPENDS+= ${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList +.endif + .include <bsd.port.post.mk> |