1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Mark IGNORE for perl < 5.6.x

Remove MANPREFIX while I'm here

PR:		56417
Submitted by:	Mark Linimon <linimon@lonesome.com>
This commit is contained in:
Erwin Lansing 2003-09-04 14:52:58 +00:00
parent 09bec99b16
commit a0853fa963
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88548

View File

@ -21,7 +21,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Algorithm::MarkovChain.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>