diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-03 08:13:07 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-03 08:13:07 +0000 |
commit | ff0bc21c1f715fdbe1fce3ee8b3afc7c101b3900 (patch) | |
tree | a697bed49fe5b75c7be7d5b5976dba29f24f9387 /databases/p5-Search-Xapian | |
parent | 572aebc005364edd9fdb7b74e13ce5a83fc7cd14 (diff) | |
download | ports-ff0bc21c1f715fdbe1fce3ee8b3afc7c101b3900.tar.gz ports-ff0bc21c1f715fdbe1fce3ee8b3afc7c101b3900.zip |
Notes
Diffstat (limited to 'databases/p5-Search-Xapian')
-rw-r--r-- | databases/p5-Search-Xapian/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/p5-Search-Xapian/Makefile b/databases/p5-Search-Xapian/Makefile index 2846be275ba8..d41df48fea44 100644 --- a/databases/p5-Search-Xapian/Makefile +++ b/databases/p5-Search-Xapian/Makefile @@ -35,4 +35,8 @@ MAN3= Search::Xapian.3 \ Search::Xapian::Weight.3 \ Search::Xapian::WritableDatabase.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6. Install lang/perl5 or perl5.8 and try again +.endif +.include <bsd.port.post.mk> |