- Add TEST_DEPENDS to enable testing

PR:		ports/165045
Submitted by:	swills (myself)
Approved by:	portmgr (blanket)
This commit is contained in:
Steve Wills 2012-02-15 02:46:36 +00:00
parent b65d5f204a
commit 548d21646c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291392

View file

@ -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>