diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-06-04 22:15:31 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-06-04 22:15:31 +0000 |
commit | aaf911d26d5f1849068c67d1e1f129243ae1fd49 (patch) | |
tree | 77ee7f0d21c7390320087ecccbec92f38df25c72 /www/p5-Catalyst-Plugin-C3/Makefile | |
parent | bc01ad4bcf50c1d44dc1071b3376803a593d352a (diff) |
Update to 0.03
Notes
Notes:
svn path=/head/; revision=192775
Diffstat (limited to 'www/p5-Catalyst-Plugin-C3/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-C3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/p5-Catalyst-Plugin-C3/Makefile b/www/p5-Catalyst-Plugin-C3/Makefile index cdb27a0d80ce..6fc305b2e44c 100644 --- a/www/p5-Catalyst-Plugin-C3/Makefile +++ b/www/p5-Catalyst-Plugin-C3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-C3 -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Catalyst @@ -15,9 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Catalyst Plugin to subvert NEXT to use Class::C3 -BUILD_DEPENDS= p5-Algorithm-C3>=0.06:${PORTSDIR}/devel/p5-Algorithm-C3 \ - p5-Catalyst-Runtime>=5.7006:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Class-C3>=0.14:${PORTSDIR}/devel/p5-Class-C3 +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7006:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Class-C3>=0.19:${PORTSDIR}/devel/p5-Class-C3 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |