summaryrefslogtreecommitdiff
path: root/net/p5-perl-ldap
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/p5-perl-ldap
parentRemove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'net/p5-perl-ldap')
-rw-r--r--net/p5-perl-ldap/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile
index a2a8779aaa2a..7c4a7b826b93 100644
--- a/net/p5-perl-ldap/Makefile
+++ b/net/p5-perl-ldap/Makefile
@@ -15,21 +15,21 @@ COMMENT= Client interface to LDAP (includes Net::LDAP)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \
- p5-Convert-ASN1>=0.20:${PORTSDIR}/converters/p5-Convert-ASN1 \
- p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \
- p5-URI>=1.10:${PORTSDIR}/net/p5-URI \
- p5-XML-SAX-Base>0:${PORTSDIR}/textproc/p5-XML-SAX-Base \
- p5-XML-SAX-Writer>0:${PORTSDIR}/textproc/p5-XML-SAX-Writer
+BUILD_DEPENDS= p5-Authen-SASL>=2.00:security/p5-Authen-SASL \
+ p5-Convert-ASN1>=0.20:converters/p5-Convert-ASN1 \
+ p5-IO-Socket-SSL>=1.26:security/p5-IO-Socket-SSL \
+ p5-URI>=1.10:net/p5-URI \
+ p5-XML-SAX-Base>0:textproc/p5-XML-SAX-Base \
+ p5-XML-SAX-Writer>0:textproc/p5-XML-SAX-Writer
RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= LWP
LWP_DESC= LDAP support via LWP
-LWP_BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- p5-LWP-MediaTypes>=0:${PORTSDIR}/www/p5-LWP-MediaTypes \
- p5-HTTP-Negotiate>=0:${PORTSDIR}/www/p5-HTTP-Negotiate \
- p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
- p5-JSON>=0:${PORTSDIR}/converters/p5-JSON
+LWP_BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \
+ p5-LWP-MediaTypes>=0:www/p5-LWP-MediaTypes \
+ p5-HTTP-Negotiate>=0:www/p5-HTTP-Negotiate \
+ p5-HTTP-Message>=0:www/p5-HTTP-Message \
+ p5-JSON>=0:converters/p5-JSON
LWP_RUN_DEPENDS:= ${LWP_BUILD_DEPENDS}
USES= perl5