Require perl 5.8.3
Pointed by: pointyhat (kris)
This commit is contained in:
parent
83bf7d53c6
commit
abc85f6780
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172327
1 changed files with 7 additions and 1 deletions
|
@ -72,4 +72,10 @@ MAN3= Audio::TagLib.3 Audio::TagLib::APE::Footer.3 \
|
|||
post-configure:
|
||||
${REINPLACE_CMD} -e "s,^CC = .*\$$,CC = ${CXX}," ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500803
|
||||
IGNORE= perl 5.8.3 or newer required. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue