mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Restrict to Perl 5.6+
Approved by: tobez (implicit)
This commit is contained in:
parent
3181cf2cce
commit
4d88fee067
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164923
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