mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
This commit is contained in:
parent
145b7db52d
commit
c235b44521
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292499
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user