perl/perl-Net-LDAP: Updated for version 0.65.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6f0e9d1420
commit
6dc53c4036
|
@ -1,3 +1,13 @@
|
|||
Net::LDAP is a collection of modules that implements a LDAP services API for
|
||||
Perl programs. The module may be used to search directories or perform
|
||||
maintenance functions such as adding, deleting or modifying entries.
|
||||
Net::LDAP is a collection of modules that implements a LDAP services
|
||||
API for Perl programs. The module may be used to search directories or
|
||||
perform maintenance functions such as adding, deleting or modifying
|
||||
entries.
|
||||
|
||||
Optional dependencies
|
||||
|
||||
perl-IO-Socket-INET6
|
||||
perl-IO-Socket-SSL
|
||||
perl-Authen-SASL
|
||||
perl-JSON
|
||||
perl-XML-SAX-Writer
|
||||
perl-http-negotiate
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-Net-LDAP
|
||||
|
||||
# Copyright 2013 Christopher Walker Copperas Cove, TX
|
||||
# Copyright 2013-2018 Chris Walker Kempner, TX
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Net-LDAP
|
||||
VERSION=${VERSION:-0.57}
|
||||
VERSION=${VERSION:-0.65}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-Net-LDAP"
|
||||
VERSION="0.57"
|
||||
VERSION="0.65"
|
||||
HOMEPAGE="https://metacpan.org/release/perl-ldap"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/perl-ldap-0.57.tar.gz"
|
||||
MD5SUM="deff50f0de5d4cf95145765b6edd67d1"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/perl-ldap-0.65.tar.gz"
|
||||
MD5SUM="d057c8db76913d95c0e460c7bdd98b27"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Authen-SASL perl-Convert-ASN1 perl-IO-Socket-SSL perl-IO-Socket-INET6"
|
||||
MAINTAINER="Christopher Walker"
|
||||
REQUIRES="perl-Convert-ASN1 perl-Text-Soundex"
|
||||
MAINTAINER="Chris Walker"
|
||||
EMAIL="kris240376@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue