1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- do not build in 5.00503

PR:		ports/97858
Submitted by:	Shaun Amott <shaun_AT_inerd dot com>
This commit is contained in:
Cheng-Lung Sung 2006-05-30 00:43:17 +00:00
parent 9ce74882fb
commit ccf0b7149c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163912

View File

@ -25,4 +25,10 @@ PLIST_FILES= bin/acinclude
MAN1= acinclude.1
PORTDOCS= *
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires Perl 5.8 or newer to build. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>