diff options
author | eik <eik@FreeBSD.org> | 2003-11-16 11:06:46 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2003-11-16 11:06:46 +0800 |
commit | 10b6515cb6b9999d0261235f39d6aa6b615dfe96 (patch) | |
tree | 5896a0f7dc27c7e57abcc9097641390ea16a7853 /net | |
parent | f9f1497b9cdc6aa693e561015463295bc4134c53 (diff) | |
download | freebsd-ports-gnome-10b6515cb6b9999d0261235f39d6aa6b615dfe96.tar.gz freebsd-ports-gnome-10b6515cb6b9999d0261235f39d6aa6b615dfe96.tar.zst freebsd-ports-gnome-10b6515cb6b9999d0261235f39d6aa6b615dfe96.zip |
- 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)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-perl-ldap/Makefile | 18 | ||||
-rw-r--r-- | net/p5-perl-ldap/distinfo | 2 |
2 files changed, 14 insertions, 6 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile index 23f8526b6dde..15fc45291850 100644 --- a/net/p5-perl-ldap/Makefile +++ b/net/p5-perl-ldap/Makefile @@ -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> diff --git a/net/p5-perl-ldap/distinfo b/net/p5-perl-ldap/distinfo index 2209739ebd32..5a3cb93ea65d 100644 --- a/net/p5-perl-ldap/distinfo +++ b/net/p5-perl-ldap/distinfo @@ -1 +1 @@ -MD5 (perl-ldap-0.28.tar.gz) = 67d8d1827a0b0e9a57e69ba27aec27f4 +MD5 (perl-ldap-0.30.tar.gz) = be4a71801d5a85db61259fee17486592 |