mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
- Add TEST_DEPENDS
Approved by: portmgr (blanket)
This commit is contained in:
parent
b1506f7e55
commit
24fb9394ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295835
@ -21,6 +21,7 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr
|
||||
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
|
||||
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
|
@ -29,4 +29,10 @@ PERL_MODBUILD= 5.10.0+
|
||||
|
||||
MAN3= Log::Dispatch::Dir.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user