1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Do not refuse to build with perl 5.8.

Approved by:	mat-tainer
This commit is contained in:
Anton Berezin 2004-12-01 11:42:51 +00:00
parent d7aa5b35a8
commit 42b21b0f28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122893

View File

@ -19,9 +19,6 @@ PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 500801
IGNORE="Alread included in perl ${PERL_VER}"
.endif
.if ${PERL_LEVEL} < 500601
IGNORE="Need at least perl 5.6.1 to build"
.endif