aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Module-Load-Conditional/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-28 04:13:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-28 04:13:25 +0000
commitca3e1cf8cb47c5b4d38e97f43dba424e3135385a (patch)
tree5b0968c82c4bf39a4d3dc3716e452d03f1e30ea7 /devel/p5-Module-Load-Conditional/Makefile
parentff9043e2e0c408d7372a3a1381eec9d485ae319a (diff)
downloadports-ca3e1cf8cb47c5b4d38e97f43dba424e3135385a.tar.gz
ports-ca3e1cf8cb47c5b4d38e97f43dba424e3135385a.zip
- Update to 0.48
- Merge PERL_LEVEL checks: align to PERL_LEVELs of supported perl ports (lang/perl5.*) - Do not silence installation message Changes: http://search.cpan.org/dist/Module-Load-Conditional/CHANGES Feature safe: yes
Notes
Notes: svn path=/head/; revision=293914
Diffstat (limited to 'devel/p5-Module-Load-Conditional/Makefile')
-rw-r--r--devel/p5-Module-Load-Conditional/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/p5-Module-Load-Conditional/Makefile b/devel/p5-Module-Load-Conditional/Makefile
index 84ad356fba90..d672a4df358a 100644
--- a/devel/p5-Module-Load-Conditional/Makefile
+++ b/devel/p5-Module-Load-Conditional/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Module-Load-Conditional
-PORTVERSION= 0.46
+PORTVERSION= 0.48
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,30 +17,30 @@ COMMENT= Looking up Perl modules information/loading at runtime
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+BUILD_DEPENDS= p5-Module-CoreList>=2.22:${PORTSDIR}/devel/p5-Module-CoreList
RUN_DEPENDS= p5-Module-CoreList>=2.22:${PORTSDIR}/devel/p5-Module-CoreList
-BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Module::Load::Conditional.3
-
-.if !defined(NOPORTDOCS)
PORTDOCS= README
post-install:
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}/
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
-RUN_DEPENDS+= p5-Module-Load>=0.11:${PORTSDIR}/devel/p5-Module-Load
-.endif
-
-.if ${PERL_LEVEL} < 500905
+BUILD_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
+ p5-Module-Load>=0.11:${PORTSDIR}/devel/p5-Module-Load \
+ p5-Params-Check>=0:${PORTSDIR}/devel/p5-Params-Check \
+ p5-version>=0.69:${PORTSDIR}/devel/p5-version
RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
+ p5-Module-Load>=0.11:${PORTSDIR}/devel/p5-Module-Load \
p5-Params-Check>=0:${PORTSDIR}/devel/p5-Params-Check \
p5-version>=0.69:${PORTSDIR}/devel/p5-version
.endif