Mark IGNORE for perl < 5.6.x

PR:		56479
Submitted by:	bento, Mark Linimon <linimon@lonesome.com>
This commit is contained in:
Erwin Lansing 2003-09-05 09:19:44 +00:00
parent efc8430a33
commit 99b72afa4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88585

View File

@ -21,4 +21,10 @@ PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Device::SerialPort.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= "needs at least perl 5.6.1 to build"
.endif
.include <bsd.port.post.mk>