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:
parent
756a822d0d
commit
5b529f6627
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80447
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user