Require perl 5.8.3

Pointed by:	pointyhat (kris)
This commit is contained in:
Sergey Skvortsov 2006-09-05 16:38:04 +00:00
parent 83bf7d53c6
commit abc85f6780
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172327

View File

@ -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>