mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Require perl from ports
Reported by: pointyhat via kris
This commit is contained in:
parent
5a12ca9474
commit
04c1f93744
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169832
@ -21,4 +21,10 @@ CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
MAN3= Audio::FLAC::Header.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -18,4 +18,10 @@ PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Class::Field.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user