diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-20 12:10:16 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-20 12:10:16 +0800 |
commit | d9adb94b7a4e0b199497d17fe36891f008c97685 (patch) | |
tree | d0d3d0f4a30d5d79eddbd3c9dacafe7fbb9ad510 /net | |
parent | 8902a20e43b0e2917d2afa4b60514b32d30adccf (diff) | |
download | freebsd-ports-gnome-d9adb94b7a4e0b199497d17fe36891f008c97685.tar.gz freebsd-ports-gnome-d9adb94b7a4e0b199497d17fe36891f008c97685.tar.zst freebsd-ports-gnome-d9adb94b7a4e0b199497d17fe36891f008c97685.zip |
This ports work with perl5.8 only.
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-OAI-Harvester/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-OAI-Harvester/Makefile b/net/p5-OAI-Harvester/Makefile index 216a04887a41..a2d3d01cd9ce 100644 --- a/net/p5-OAI-Harvester/Makefile +++ b/net/p5-OAI-Harvester/Makefile @@ -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> |