1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178908
Submitted by:	az
Approved by:	maintainer
This commit is contained in:
Andrej Zverev 2013-05-24 10:17:00 +00:00
parent ffdd97b0e6
commit ebed0148e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318950

View File

@ -22,10 +22,4 @@ USE_LDCONFIG= yes
MAN3= libsoldout.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501200
TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>