1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- upgrade of NET::LDAP to 0.30

<http://search.cpan.org/src/GBARR/perl-ldap-0.30/RELEASE_NOTES>
- fixed dependencies
- added SASL authentication
- assume maintainership
  thanks for your work, Marc

PR:		55961
Submitted by:	me
Approved by:	marcus (mentor)
This commit is contained in:
Oliver Eikemeier 2003-11-16 03:06:46 +00:00
parent 9d058c47e8
commit f89ee62d48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94080
2 changed files with 14 additions and 6 deletions

View File

@ -6,20 +6,21 @@
#
PORTNAME= perl-ldap
PORTVERSION= 0.28
PORTVERSION= 0.30
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= scrappy@FreeBSD.org
MAINTAINER= eik@FreeBSD.org
COMMENT= A Client interface to LDAP servers
BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
${SITE_PERL}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \
${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX-Base
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
@ -32,6 +33,7 @@ MAN3= Bundle::Net::LDAP.3 \
Net::LDAP::Control::Sort.3 \
Net::LDAP::Control::SortResult.3 \
Net::LDAP::Control::VLV.3 \
Net::LDAP::Control::VLVResponse.3 \
Net::LDAP::DSML.3 \
Net::LDAP::Entry.3 \
Net::LDAP::Examples.3 \
@ -50,4 +52,10 @@ MAN3= Bundle::Net::LDAP.3 \
Net::LDAPI.3 \
Net::LDAPS.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (perl-ldap-0.28.tar.gz) = 67d8d1827a0b0e9a57e69ba27aec27f4
MD5 (perl-ldap-0.30.tar.gz) = be4a71801d5a85db61259fee17486592