diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/p5-perl-ldap | |
parent | Remove ${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/Makefile | 22 |
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 |