1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Add missing BUILD_DEPENDS to silence build warnings

- Add TEST_DEPENDS to enable testing
This commit is contained in:
Steve Wills 2012-01-09 03:32:10 +00:00
parent 6e7e631731
commit 0c99208338
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288799

View File

@ -17,7 +17,10 @@ COMMENT= Perl module intended to make it easier to create reusable web apps
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
BUILD_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple \
p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA
PERL_CONFIGURE= yes