- Add TEST_DEPENDS to enable testing

Approved by:	portmgr (blanket)
This commit is contained in:
Steve Wills 2012-03-01 19:13:37 +00:00
parent 145b7db52d
commit c235b44521
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292499
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
p5-URI>=1.35:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
PERL_MODBUILD= yes

View file

@ -16,6 +16,7 @@ COMMENT= POE component for non-blocking ident lookups
BUILD_DEPENDS= p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-POE-Server-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Server-TCP
PERL_CONFIGURE= yes