diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-05 17:45:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-05 17:45:16 +0000 |
commit | 598fbfdef7695bba8860d02dbf7e54a82369ad5b (patch) | |
tree | 04f2977c0d2d7cf6fe515eb5941b765b48f1f9d7 /www/p5-CatalystX-InjectComponent/Makefile | |
parent | 73e0a028c349bd911afdb7044bc7afd7059f1c7a (diff) | |
download | ports-598fbfdef7695bba8860d02dbf7e54a82369ad5b.tar.gz ports-598fbfdef7695bba8860d02dbf7e54a82369ad5b.zip |
Notes
Diffstat (limited to 'www/p5-CatalystX-InjectComponent/Makefile')
-rw-r--r-- | www/p5-CatalystX-InjectComponent/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-CatalystX-InjectComponent/Makefile b/www/p5-CatalystX-InjectComponent/Makefile index 426787141ea7..518c7fc5e8a8 100644 --- a/www/p5-CatalystX-InjectComponent/Makefile +++ b/www/p5-CatalystX-InjectComponent/Makefile @@ -6,8 +6,7 @@ # PORTNAME= CatalystX-InjectComponent -PORTVERSION= 0.024 -PORTREVISION= 1 +PORTVERSION= 0.025 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +14,12 @@ 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 -RUN_DEPENDS= p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most PERL_CONFIGURE= yes |