aboutsummaryrefslogtreecommitdiffstats
path: root/databases
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
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')
-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>
eamer0.10-removal&id=2a755e8dd4282d111feb10f0655f91202832b30b'>Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8 * Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17 * Update to 0.8.0.sobomax2001-12-057-149/+209 * Update to 0.7.1.sobomax2001-07-273-11/+37 * Unbroke with python2.0.sobomax2001-07-171-1/+1 * Kill extra \n.sobomax2001-07-041-1/+0 * Update to 0.7.0.sobomax2001-07-047-42/+74 * Reflect update of the libgtkextra version number.sobomax2001-07-041-1/+1 * Various patches (mainly shared library revision changes) for thoseade2001-05-051-2/+2 * Fix another victim of recent py-numeric change.sobomax2001-05-031-3/+11 * -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1 * Update to 0.6.3.sobomax2001-03-11