mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Restrict to Perl 5.6+ due to vendor restriction
Approved by: tobez (implicit)
This commit is contained in:
parent
6b96b8b53d
commit
e600a0d64f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166079
@ -19,4 +19,10 @@ MAN3= Config::Record.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # as set by vendor
|
||||
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user