1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

unbreak for Perl 5.8

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
This commit is contained in:
Edwin Groothuis 2003-05-08 12:41:47 +00:00
parent 756a822d0d
commit 5b529f6627
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80447
2 changed files with 4 additions and 4 deletions

View File

@ -24,8 +24,8 @@ MAN3= Encode::compat.3 Encode::compat::Alias.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} != 500601
IGNORE= This module only support perl 5.6.1
.if ${PERL_LEVEL} < 500601
IGNORE= This program only support perl 5.6.1 or above
.endif
.include <bsd.port.post.mk>

View File

@ -24,8 +24,8 @@ MAN3= Encode::compat.3 Encode::compat::Alias.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} != 500601
IGNORE= This module only support perl 5.6.1
.if ${PERL_LEVEL} < 500601
IGNORE= This program only support perl 5.6.1 or above
.endif
.include <bsd.port.post.mk>