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-PageCache | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-PageCache')
-rw-r--r-- | www/p5-Catalyst-Plugin-PageCache/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Plugin-PageCache/Makefile b/www/p5-Catalyst-Plugin-PageCache/Makefile index c6916d590a44..bee259f07604 100644 --- a/www/p5-Catalyst-Plugin-PageCache/Makefile +++ b/www/p5-Catalyst-Plugin-PageCache/Makefile @@ -11,13 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Cache the output of entire pages -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat \ - p5-Catalyst-Plugin-Cache>=0.08:${PORTSDIR}/www/p5-Catalyst-Plugin-Cache +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime \ + p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + p5-MRO-Compat>=0.10:devel/p5-MRO-Compat \ + p5-Catalyst-Plugin-Cache>=0.08:www/p5-Catalyst-Plugin-Cache RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ +TEST_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache \ + p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ USES= perl5 USE_PERL5= configure |