diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-20 18:11:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-20 18:11:39 +0000 |
commit | f13776ce4aceb44e4a88c9c6417beb9f2e7cf55b (patch) | |
tree | 86fd771a59f68687d9d56a62ddf041d28c8e8f85 /www/p5-CatalystX-InjectComponent | |
parent | 8ca6e5d407e02042aa27e3a0ed14830b125543eb (diff) | |
download | ports-f13776ce4aceb44e4a88c9c6417beb9f2e7cf55b.tar.gz ports-f13776ce4aceb44e4a88c9c6417beb9f2e7cf55b.zip |
Notes
Diffstat (limited to 'www/p5-CatalystX-InjectComponent')
-rw-r--r-- | www/p5-CatalystX-InjectComponent/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/www/p5-CatalystX-InjectComponent/Makefile b/www/p5-CatalystX-InjectComponent/Makefile index f02476320690..426787141ea7 100644 --- a/www/p5-CatalystX-InjectComponent/Makefile +++ b/www/p5-CatalystX-InjectComponent/Makefile @@ -7,27 +7,29 @@ PORTNAME= CatalystX-InjectComponent PORTVERSION= 0.024 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:RKRIMEN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Inject components into your Catalyst application BUILD_DEPENDS= p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ - p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent + p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector RUN_DEPENDS= p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ - p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent + p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most -USE_PERL5= yes PERL_CONFIGURE= yes MAN3= CatalystX::InjectComponent.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent +RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent +.endif + +.include <bsd.port.post.mk> |