diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-10-13 00:40:46 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-10-13 00:40:46 +0000 |
commit | 5359fe37504a29654c7b7393b23fd78166135a55 (patch) | |
tree | d5262016174ee4a35041e76987ffa0b9bdc6fef2 /www/p5-Catalyst-Plugin-RunAfterRequest | |
parent | 3b77c731eab62ab96a14a7b1ca4853211597d984 (diff) | |
download | ports-5359fe37504a29654c7b7393b23fd78166135a55.tar.gz ports-5359fe37504a29654c7b7393b23fd78166135a55.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-RunAfterRequest')
-rw-r--r-- | www/p5-Catalyst-Plugin-RunAfterRequest/Makefile | 16 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-RunAfterRequest/distinfo | 6 |
2 files changed, 13 insertions, 9 deletions
diff --git a/www/p5-Catalyst-Plugin-RunAfterRequest/Makefile b/www/p5-Catalyst-Plugin-RunAfterRequest/Makefile index 3527b131c426..d7d0c6998ca9 100644 --- a/www/p5-Catalyst-Plugin-RunAfterRequest/Makefile +++ b/www/p5-Catalyst-Plugin-RunAfterRequest/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-RunAfterRequest -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +14,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Run code after the response has been sent -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.8004:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Catalyst-Component-InstancePerContext>=0:${PORTSDIR}/www/p5-Catalyst-Component-InstancePerContext \ - p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Catalyst-Component-InstancePerContext>=0:${PORTSDIR}/www/p5-Catalyst-Component-InstancePerContext \ + p5-Catalyst-Runtime>=5.80004:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes diff --git a/www/p5-Catalyst-Plugin-RunAfterRequest/distinfo b/www/p5-Catalyst-Plugin-RunAfterRequest/distinfo index c934c0739aef..0f58f94e259c 100644 --- a/www/p5-Catalyst-Plugin-RunAfterRequest/distinfo +++ b/www/p5-Catalyst-Plugin-RunAfterRequest/distinfo @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-RunAfterRequest-0.03.tar.gz) = f26fee4fd87947663312fc3a54a0cfa6 -SHA256 (Catalyst-Plugin-RunAfterRequest-0.03.tar.gz) = 4403826e1d0c47c5397302f4f9e5ecbcea2e63e649408bb74cbd24fcec6be9af -SIZE (Catalyst-Plugin-RunAfterRequest-0.03.tar.gz) = 16989 +MD5 (Catalyst-Plugin-RunAfterRequest-0.04.tar.gz) = 89c655132c4142483c9a0ccbd6120bc6 +SHA256 (Catalyst-Plugin-RunAfterRequest-0.04.tar.gz) = 2cacffd221ede3ec6073314a0e2a7e2114d37be9676c75b55560b4f189d3ee8e +SIZE (Catalyst-Plugin-RunAfterRequest-0.04.tar.gz) = 12441 |