1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Require perl version 5.6 or above.

This commit is contained in:
Dmitry Sivachenko 2005-11-17 07:28:12 +00:00
parent 752010c8f7
commit 7eee1f49f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148551

View File

@ -28,4 +28,10 @@ MAN3= HTML::Entities.3 \
HTML::PullParser.3 \
HTML::TokeParser.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= Requires Perl version 5.6 or above
.endif
.include <bsd.port.post.mk>