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-Catalyst-Plugin-AtomServer | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-AtomServer')
-rw-r--r-- | www/p5-Catalyst-Plugin-AtomServer/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-Catalyst-Plugin-AtomServer/Makefile b/www/p5-Catalyst-Plugin-AtomServer/Makefile index e80539f7c2e4..d88c661e2438 100644 --- a/www/p5-Catalyst-Plugin-AtomServer/Makefile +++ b/www/p5-Catalyst-Plugin-AtomServer/Makefile @@ -11,14 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= oleg@mamontov.net COMMENT= Atom API server for Catalyst applications -BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom -RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom +BUILD_DEPENDS= p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime \ + p5-Catalyst-Plugin-Authentication>=0:www/p5-Catalyst-Plugin-Authentication \ + p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + p5-XML-Atom>=0:textproc/p5-XML-Atom +RUN_DEPENDS= p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime \ + p5-Catalyst-Plugin-Authentication>=0:www/p5-Catalyst-Plugin-Authentication \ + p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + p5-XML-Atom>=0:textproc/p5-XML-Atom USES= perl5 USE_PERL5= configure |