diff options
author | vs <vs@FreeBSD.org> | 2004-06-28 16:11:07 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-06-28 16:11:07 +0800 |
commit | 3285d51349d8e1c44e9ccf18a36c9c5e5f4e06e2 (patch) | |
tree | 4ce1b59bb59a8a891cd6457d1e490646482cb9ca /databases/p5-DBD-LDAP/Makefile | |
parent | 1cd877fa7be96cecd7feab515656959be1c5492a (diff) | |
download | freebsd-ports-gnome-3285d51349d8e1c44e9ccf18a36c9c5e5f4e06e2.tar.gz freebsd-ports-gnome-3285d51349d8e1c44e9ccf18a36c9c5e5f4e06e2.tar.zst freebsd-ports-gnome-3285d51349d8e1c44e9ccf18a36c9c5e5f4e06e2.zip |
Update to 0.6 (perl 5.8 fixes)
PR: ports/67843
Submitted by: Sergey Matveychuk
Approved by: maintainer timeout
Diffstat (limited to 'databases/p5-DBD-LDAP/Makefile')
-rw-r--r-- | databases/p5-DBD-LDAP/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-DBD-LDAP/Makefile b/databases/p5-DBD-LDAP/Makefile index 2621a05e67f2..46212117e794 100644 --- a/databases/p5-DBD-LDAP/Makefile +++ b/databases/p5-DBD-LDAP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBD-LDAP -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -27,8 +27,6 @@ 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 |