aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-CookiedSession/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/p5-Catalyst-Plugin-CookiedSession/Makefile
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.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 5050155f99b4..32ff83ad1dc9 100644
--- a/www/p5-Catalyst-Plugin-CookiedSession/Makefile
+++ b/www/p5-Catalyst-Plugin-CookiedSession/Makefile
@@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Catalyst Plugin for storing sessions in a browser cookie
-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
+BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
+ p5-Crypt-CBC>=0:security/p5-Crypt-CBC \
+ p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
+ p5-JSON-XS-VersionOneAndTwo>=0:converters/p5-JSON-XS-VersionOneAndTwo \
+ p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5