aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-CookiedSession/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-10-14 09:34:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-10-14 09:34:25 +0000
commit38440103573413a49a58e1bab1ea83b2f542d1dc (patch)
tree725813b520dcbdab924ef164adba1a3254cd70c4 /www/p5-Catalyst-Plugin-CookiedSession/Makefile
parent0eb7d4050c8118acace1a9eefa2780556438ebb5 (diff)
downloadports-38440103573413a49a58e1bab1ea83b2f542d1dc.tar.gz
ports-38440103573413a49a58e1bab1ea83b2f542d1dc.zip
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-CookiedSession/Makefile')
-rw-r--r--www/p5-Catalyst-Plugin-CookiedSession/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-Catalyst-Plugin-CookiedSession/Makefile b/www/p5-Catalyst-Plugin-CookiedSession/Makefile
index 5cf2717c82c9..90c1e05fcb74 100644
--- a/www/p5-Catalyst-Plugin-CookiedSession/Makefile
+++ b/www/p5-Catalyst-Plugin-CookiedSession/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Catalyst-Plugin-CookiedSession
-PORTVERSION= 0.34
+PORTVERSION= 0.35
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,14 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= catone@cpan.org
COMMENT= Catalyst Plugin for storing sessions in a browser cookie
-RUN_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
+BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \
${SITE_PERL}/JSON/XS/VersionOneAndTwo.pm:${PORTSDIR}/converters/p5-JSON-XS-VersionOneAndTwo \
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
- ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime
-BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
- ${RUN_DEPENDS}
+ ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
+ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes