forked from Lainports/freebsd-ports
- Restrict to Perl 5.6+
Approved by: tobez (implicit)
This commit is contained in:
parent
3181cf2cce
commit
4d88fee067
1 changed files with 8 additions and 1 deletions
|
|
@ -23,4 +23,11 @@ PERL_CONFIGURE= yes
|
|||
|
||||
MAN3= XML::ApacheFOP.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue