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

- Add TEST_DEPENDS to enable testing

- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS
This commit is contained in:
Steve Wills 2012-01-14 00:41:17 +00:00
parent 0c240cede3
commit aa534aeea9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289127

View File

@ -15,7 +15,8 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Pager utility for Class::DBI
BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained
RUN_DEPENDS= ${BUILD_DEPENDS}
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_MODBUILD= yes