summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/perl-ldap')
-rw-r--r--dev-perl/perl-ldap/perl-ldap-0.31.ebuild21
1 files changed, 11 insertions, 10 deletions
diff --git a/dev-perl/perl-ldap/perl-ldap-0.31.ebuild b/dev-perl/perl-ldap/perl-ldap-0.31.ebuild
index 50d1f7e50616..214c907115ec 100644
--- a/dev-perl/perl-ldap/perl-ldap-0.31.ebuild
+++ b/dev-perl/perl-ldap/perl-ldap-0.31.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.31.ebuild,v 1.5 2004/05/12 05:02:55 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.31.ebuild,v 1.6 2004/05/28 02:55:12 vapier Exp $
inherit perl-module
DESCRIPTION="A collection of perl modules which provide an object-oriented interface to LDAP servers."
-SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~gbarr/${P}/"
-IUSE="sasl xml ssl"
-SLOT="0"
+SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/${P}.tar.gz"
+
LICENSE="Artistic"
-KEYWORDS="x86 alpha sparc ~ppc ia64 mips s390"
+SLOT="0"
+KEYWORDS="x86 ppc sparc mips alpha arm ia64 s390"
+IUSE="sasl xml ssl"
-DEPEND="${DEPEND} dev-perl/Convert-ASN1
- dev-perl/URI
- sasl? ( dev-perl/Digest-MD5 dev-perl/Authen-SASL )
- xml? ( dev-perl/XML-Parser )
- ssl? ( >=dev-perl/IO-Socket-SSL-0.81 )"
+DEPEND="dev-perl/Convert-ASN1
+ dev-perl/URI
+ sasl? ( dev-perl/Digest-MD5 dev-perl/Authen-SASL )
+ xml? ( dev-perl/XML-Parser )
+ ssl? ( >=dev-perl/IO-Socket-SSL-0.81 )"