summaryrefslogtreecommitdiffstats
path: root/databases/p5-GDBM
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-06 23:21:20 +0000
committerkris <kris@FreeBSD.org>2004-02-06 23:21:20 +0000
commitb394839f4a83e9aa6c805ed046e2d7b8a7da9e6c (patch)
tree59f6c8799301326edb5f91bb938c5fc6487efee9 /databases/p5-GDBM
parentae65bacc437185aa0ce8254e04aa819b29987b89 (diff)
downloadFreeBSD-ports-b394839f4a83e9aa6c805ed046e2d7b8a7da9e6c.zip
FreeBSD-ports-b394839f4a83e9aa6c805ed046e2d7b8a7da9e6c.tar.gz
BROKEN with perl 5.8: Does not compile
Diffstat (limited to 'databases/p5-GDBM')
-rw-r--r--databases/p5-GDBM/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/p5-GDBM/Makefile b/databases/p5-GDBM/Makefile
index ad92c14..e5c5540 100644
--- a/databases/p5-GDBM/Makefile
+++ b/databases/p5-GDBM/Makefile
@@ -25,4 +25,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/ext/GDBM_File
MAN3= GDBM_File.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 500800
+BROKEN= "Does not compile
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud