diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 22:42:58 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 22:42:58 +0000 |
commit | 636839875e803682b06785f93800de1c3598b4ae (patch) | |
tree | 12224190d4f2f550b213f0412f80e5f4cd6081cf /www/p5-Catalyst-Plugin-CookiedSession | |
parent | 718ac2e04c825217eecd37064ab70e61729303fc (diff) |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-CookiedSession')
-rw-r--r-- | www/p5-Catalyst-Plugin-CookiedSession/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Plugin-CookiedSession/Makefile b/www/p5-Catalyst-Plugin-CookiedSession/Makefile index 90c1e05fcb74..24678882cecc 100644 --- a/www/p5-Catalyst-Plugin-CookiedSession/Makefile +++ b/www/p5-Catalyst-Plugin-CookiedSession/Makefile @@ -7,6 +7,7 @@ PORTNAME= Catalyst-Plugin-CookiedSession PORTVERSION= 0.35 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,9 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Ac ${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 \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |