From 12a8f93f532bdd3e4deb66a0e10bbd00fe413994 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 25 Dec 2013 19:39:16 +0000 Subject: [PATCH] - Update to 0.58 - Add LICENSE - Use CPAN as primary WWW Changes: http://search.cpan.org/dist/perl-ldap/Changes --- net/p5-perl-ldap/Makefile | 5 ++++- net/p5-perl-ldap/distinfo | 4 ++-- net/p5-perl-ldap/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile index 574ea565333f..dbec65652230 100644 --- a/net/p5-perl-ldap/Makefile +++ b/net/p5-perl-ldap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= perl-ldap -PORTVERSION= 0.5700 +PORTVERSION= 0.5800 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARSCHAP @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//} MAINTAINER= perl@FreeBSD.org 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 \ diff --git a/net/p5-perl-ldap/distinfo b/net/p5-perl-ldap/distinfo index 8e71cb45ba37..a4aa62c23349 100644 --- a/net/p5-perl-ldap/distinfo +++ b/net/p5-perl-ldap/distinfo @@ -1,2 +1,2 @@ -SHA256 (perl-ldap-0.57.tar.gz) = 329469ae8033107fec47f9ed8c969ea3af9e3229a8c081f8ca7b6b223aefec23 -SIZE (perl-ldap-0.57.tar.gz) = 302611 +SHA256 (perl-ldap-0.58.tar.gz) = 7a928daa98dba4eb5114e9f416799e2a9b4467462c75aacef35203abaa7efcb1 +SIZE (perl-ldap-0.58.tar.gz) = 307111 diff --git a/net/p5-perl-ldap/pkg-descr b/net/p5-perl-ldap/pkg-descr index 97a56ed4fb58..4d86f0319399 100644 --- a/net/p5-perl-ldap/pkg-descr +++ b/net/p5-perl-ldap/pkg-descr @@ -3,5 +3,5 @@ for Perl programs. The module may be used to search directories or perform maintenance functions such as add, deleting or modify entries in an LDAP directory. -WWW: http://ldap.perl.org/ WWW: http://search.cpan.org/dist/perl-ldap/ +WWW: http://ldap.perl.org/