summaryrefslogtreecommitdiff
path: root/devel/p5-Data-ShowTable
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Data-ShowTable')
-rw-r--r--devel/p5-Data-ShowTable/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile
index ba3a0da8f521..b905060419ab 100644
--- a/devel/p5-Data-ShowTable/Makefile
+++ b/devel/p5-Data-ShowTable/Makefile
@@ -3,7 +3,7 @@
# Date created: September 10th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.4 1998/08/12 09:57:47 asami Exp $
+# $Id: Makefile,v 1.5 1998/09/15 21:31:33 asami Exp $
#
DISTNAME= Data-ShowTable-3.3
@@ -16,6 +16,11 @@ MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= perl
+.endif
+
MAN1= showtable.1
MAN3= Data::ShowTable.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}