diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:31:06 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:31:06 +0800 |
commit | b05a8fe37751aa289876d113a2ba1f68df128404 (patch) | |
tree | 82df877ced8c43f668f1f534fcdffaef4f3542ef /www/p5-Catalyst-Plugin-CookiedSession | |
parent | 52c562f5731f34c841ec53731465932b1b386bc1 (diff) | |
download | freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.tar.gz freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.tar.zst freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'www/p5-Catalyst-Plugin-CookiedSession')
-rw-r--r-- | www/p5-Catalyst-Plugin-CookiedSession/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-Catalyst-Plugin-CookiedSession/Makefile b/www/p5-Catalyst-Plugin-CookiedSession/Makefile index eda993a75541..076660f2c1fe 100644 --- a/www/p5-Catalyst-Plugin-CookiedSession/Makefile +++ b/www/p5-Catalyst-Plugin-CookiedSession/Makefile @@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= catone@cpan.org COMMENT= Catalyst Plugin for storing sessions in a browser cookie -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}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \ + p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ + p5-JSON-XS-VersionOneAndTwo>=0:${PORTSDIR}/converters/p5-JSON-XS-VersionOneAndTwo \ + p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |