aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-T2
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-05-17 18:49:12 +0800
committererwin <erwin@FreeBSD.org>2004-05-17 18:49:12 +0800
commitdc96ea99a682db4b762c900fb913e4748d070630 (patch)
treedf8e9ad06820f6f6a6173c0564d8f7b6cd1140c3 /databases/p5-T2
parente890221a3abc3c8c0f8c5a3d1285a7050cab6c85 (diff)
downloadfreebsd-ports-gnome-dc96ea99a682db4b762c900fb913e4748d070630.tar.gz
freebsd-ports-gnome-dc96ea99a682db4b762c900fb913e4748d070630.tar.zst
freebsd-ports-gnome-dc96ea99a682db4b762c900fb913e4748d070630.zip
Mark IGNORE for perl < 5.6. Informed maintainer.
Noticed by: kris
Diffstat (limited to 'databases/p5-T2')
-rw-r--r--databases/p5-T2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/p5-T2/Makefile b/databases/p5-T2/Makefile
index 4cc32c9ee250..c8f14f573e88 100644
--- a/databases/p5-T2/Makefile
+++ b/databases/p5-T2/Makefile
@@ -27,4 +27,10 @@ PERL_CONFIGURE= yes
MAN3= T2.3 T2::Association.3 T2::Attribute.3 T2::Class.3 \
T2::Schema.3 T2::Storage.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again.
+.endif
+
+.include <bsd.port.post.mk>