diff options
author | Lars Thegler <lth@FreeBSD.org> | 2008-03-02 21:05:52 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2008-03-02 21:05:52 +0000 |
commit | 3430ef5531fa49726d9e299361ac619c3b5496de (patch) | |
tree | c79a6e9a8e974177ae81f684a9fca3d3dc3c7c7b /www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile | |
parent | 8af4d854743370585c10579a4f383b39cf8d90bb (diff) | |
download | ports-3430ef5531fa49726d9e299361ac619c3b5496de.tar.gz ports-3430ef5531fa49726d9e299361ac619c3b5496de.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile')
-rw-r--r-- | www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile b/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile index a57085d88b9a..01ce940ec5d4 100644 --- a/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile +++ b/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile @@ -6,16 +6,16 @@ # PORTNAME= Catalyst-Component-ACCEPT_CONTEXT -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Catalyst PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Make the Catalyst request context available in Models and Views -RUN_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime +RUN_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -23,6 +23,6 @@ PERL_CONFIGURE= yes MAN3= Catalyst::Component::ACCEPT_CONTEXT.3 post-patch: - ${PERL} -pi -e '$$_="" if /auto_install|Test::More/' ${WRKSRC}/Makefile.PL + ${PERL} -pi -e '$$_="" if /auto_install|Devel::Cycle/' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> |