aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-LDAP
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-06 23:09:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-06 23:09:27 +0000
commit6048c83a22f5f6bdbcf1786ebb27ec88ff60764d (patch)
tree76002766901ce979e06aff59776a1e875c5f87b9 /databases/p5-DBD-LDAP
parent308d0da637675b3d07c3ffbf72ea68eafbd812bb (diff)
downloadports-6048c83a22f5f6bdbcf1786ebb27ec88ff60764d.tar.gz
ports-6048c83a22f5f6bdbcf1786ebb27ec88ff60764d.zip
BROKEN: does not compile with perl 5.8
Notes
Notes: svn path=/head/; revision=100192
Diffstat (limited to 'databases/p5-DBD-LDAP')
-rw-r--r--databases/p5-DBD-LDAP/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/p5-DBD-LDAP/Makefile b/databases/p5-DBD-LDAP/Makefile
index 726f546a6e22..2621a05e67f2 100644
--- a/databases/p5-DBD-LDAP/Makefile
+++ b/databases/p5-DBD-LDAP/Makefile
@@ -27,6 +27,8 @@ MAN3= DBD::LDAP.3
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
+.elif ${PERL_LEVEL} >= 500800
+BROKEN= "Does not compile"
.else
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI