1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

This ports work with perl5.8 only.

Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2003-11-20 04:10:16 +00:00
parent 8902a20e43
commit d9adb94b7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94425

View File

@ -39,4 +39,10 @@ MAN3= Net::OAI::Base.3 \
MAN1= oai-listsets.1 oai-listrecords.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= Port requires perl 5.8.x or later. Install lang/perl5.8then try again
.endif
.include <bsd.port.post.mk>