- Add TEST_DEPENDS to enable testing
PR: ports/165045 Submitted by: swills (myself) Approved by: portmgr (blanket)
This commit is contained in:
parent
b65d5f204a
commit
548d21646c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291392
1 changed files with 7 additions and 1 deletions
|
@ -39,4 +39,10 @@ MAN3= Data::Localize.3 \
|
|||
Data::Localize::Util.3 \
|
||||
Data::Localize::Storage::Hash.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 a new issue