summaryrefslogtreecommitdiff
path: root/databases/p5-GDBM
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-06 23:21:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-06 23:21:20 +0000
commit9916ebb4f52eb0c9e223b6f1872f3e4177c42499 (patch)
treeb764f64b03169d8a1533cec4e9d39ecbbc3ed5c7 /databases/p5-GDBM
parentBROKEN On 5.x: does not compile (diff)
BROKEN with perl 5.8: Does not compile
Notes
Notes: svn path=/head/; revision=100195
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 ad92c146ae71..e5c55403979d 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>