mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
- remove ".if ${PERL_LEVEL} < 500600.." stuff
This commit is contained in:
parent
bc888c7b6c
commit
3da83b303c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191269
@ -24,10 +24,4 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Image::Compare.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # Inherited from graphics/p5-Imager
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -32,10 +32,4 @@ MAN3= v6.3 \
|
||||
Pugs::Compiler::Perl6.3 \
|
||||
Pugs::Runtime::Perl6.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6 or later. Install lang/perl5 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user