aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-LDAP/Makefile
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2006-07-28 16:27:36 +0800
committererwin <erwin@FreeBSD.org>2006-07-28 16:27:36 +0800
commit9f76b3d5abfc4e491bebff755a5568314c6f218e (patch)
tree02b65f00f97b0b58eec85bc325426f373c50f570 /databases/p5-DBD-LDAP/Makefile
parentc418d518ab4195f9f49a64de2126b32e23677628 (diff)
downloadfreebsd-ports-gnome-9f76b3d5abfc4e491bebff755a5568314c6f218e.tar.gz
freebsd-ports-gnome-9f76b3d5abfc4e491bebff755a5568314c6f218e.tar.zst
freebsd-ports-gnome-9f76b3d5abfc4e491bebff755a5568314c6f218e.zip
- Update to 0.08 [1]
- Mark for perl 5.6.0 or higher. Heavily modified from: PR: 100948 [1] Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'databases/p5-DBD-LDAP/Makefile')
-rw-r--r--databases/p5-DBD-LDAP/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/databases/p5-DBD-LDAP/Makefile b/databases/p5-DBD-LDAP/Makefile
index ed12fd6010c5..400016027b0b 100644
--- a/databases/p5-DBD-LDAP/Makefile
+++ b/databases/p5-DBD-LDAP/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBD-LDAP
-PORTVERSION= 0.07
+PORTVERSION= 0.08
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
@@ -15,24 +15,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= DBI interface for accessing LDAP servers
-BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
+BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
+ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DBD::LDAP.3
-post-build:
- @${FIND} ${WRKSRC} -name autosplit.ix -delete
-
.include <bsd.port.pre.mk>
.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
-.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
+IGNORE= requires perl 5.6.0 or later. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>