aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-LDAP/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-07-28 08:27:36 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-07-28 08:27:36 +0000
commit8248b3751616626721fa79fef486c80b7128dde1 (patch)
tree6b5f872a637cf38def92613e23e7a2df6e885209 /databases/p5-DBD-LDAP/Makefile
parent85cc140c4a807535431445426a59cb75bcceca15 (diff)
downloadports-8248b3751616626721fa79fef486c80b7128dde1.tar.gz
ports-8248b3751616626721fa79fef486c80b7128dde1.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>
Notes
Notes: svn path=/head/; revision=168950
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>