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-View-XML-Feed | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'www/p5-Catalyst-View-XML-Feed')
-rw-r--r-- | www/p5-Catalyst-View-XML-Feed/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Catalyst-View-XML-Feed/Makefile b/www/p5-Catalyst-View-XML-Feed/Makefile index eb2a3da225c3..b59946129d9f 100644 --- a/www/p5-Catalyst-View-XML-Feed/Makefile +++ b/www/p5-Catalyst-View-XML-Feed/Makefile @@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl extension for Catalyst view for RSS, Atom, or other XML feeds -BUILD_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed \ - p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate +BUILD_DEPENDS= p5-Catalyst-Runtime>0:www/p5-Catalyst-Runtime \ + p5-XML-Feed>=0:textproc/p5-XML-Feed \ + p5-TimeDate>=0:devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |