1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

- Remove PERL_LEVEL check: perl5.8 and perl5.10 are removed

Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-03-09 08:15:27 +00:00
parent ab925ff76f
commit 0d538a95d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292998

View File

@ -21,10 +21,4 @@ PERL_CONFIGURE= yes
MAN3= IO::Pty::Easy.3 MAN3= IO::Pty::Easy.3
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>