diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-CGI-Cookie-Splitter | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/p5-CGI-Cookie-Splitter')
-rw-r--r-- | www/p5-CGI-Cookie-Splitter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-CGI-Cookie-Splitter/Makefile b/www/p5-CGI-Cookie-Splitter/Makefile index d9bee40a3abd..1d323eee13e6 100644 --- a/www/p5-CGI-Cookie-Splitter/Makefile +++ b/www/p5-CGI-Cookie-Splitter/Makefile @@ -13,8 +13,8 @@ COMMENT= Split big cookies into smaller ones LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-CGI-Simple>=0:${PORTSDIR}/www/p5-CGI-Simple \ - p5-namespace-clean>=0.19:${PORTSDIR}/devel/p5-namespace-clean +BUILD_DEPENDS= p5-CGI-Simple>=0:www/p5-CGI-Simple \ + p5-namespace-clean>=0.19:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 @@ -23,7 +23,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> |