Fix perl port of the day as a present for kris.

Happy birthday!

Mark IGNORE for perl < 5.6.0
This commit is contained in:
Erwin Lansing 2004-05-21 08:21:55 +00:00
parent fea809dc77
commit 5ff5f8e015
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109605

View File

@ -20,4 +20,10 @@ LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl
PERL_CONFIGURE= yes
MAKE_ENV= INC="-I${LOCALBASE}/include"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>