mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add missing BUILD_DEPENDS and RUN_DEPENDS so the module works
- Bump PORTREVISION due to new RUN_DEPENDS - Add TEST_DEPENDS to enable testing
This commit is contained in:
parent
ef3c306eac
commit
219d94eab0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288859
1 changed files with 7 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= Catalyst-Plugin-PageCache
|
PORTNAME= Catalyst-Plugin-PageCache
|
||||||
PORTVERSION= 0.31
|
PORTVERSION= 0.31
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www perl5
|
CATEGORIES= www perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -14,9 +15,13 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Cache the output of entire pages
|
COMMENT= Cache the output of entire pages
|
||||||
|
|
||||||
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||||
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||||
p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat
|
p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat \
|
||||||
|
p5-Catalyst-Plugin-Cache>=0.08:${PORTSDIR}/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 \
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue