diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-09-08 09:46:25 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-09-08 09:46:25 +0000 |
commit | 95988cde02759ddb77f5f7ff03724b68b67057bb (patch) | |
tree | e9db03ad38f2ea223ec52823d09978421f278a07 /dev-perl/perl-ldap/perl-ldap-0.25-r2.ebuild | |
parent | Bug 27568; version bumped for extra functionality; thanks Tero (diff) | |
download | gentoo-2-95988cde02759ddb77f5f7ff03724b68b67057bb.tar.gz gentoo-2-95988cde02759ddb77f5f7ff03724b68b67057bb.tar.bz2 gentoo-2-95988cde02759ddb77f5f7ff03724b68b67057bb.zip |
Bug 27568; version bumped for extra functionality; thanks Tero
Diffstat (limited to 'dev-perl/perl-ldap/perl-ldap-0.25-r2.ebuild')
-rw-r--r-- | dev-perl/perl-ldap/perl-ldap-0.25-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/perl-ldap/perl-ldap-0.25-r2.ebuild b/dev-perl/perl-ldap/perl-ldap-0.25-r2.ebuild new file mode 100644 index 000000000000..8f7e92a9c1ec --- /dev/null +++ b/dev-perl/perl-ldap/perl-ldap-0.25-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2003 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.25-r2.ebuild,v 1.1 2003/09/08 09:46:23 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A collection of perl modules which provide an object-oriented interface to LDAP servers." +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://perl-ldap.sourceforge.net" +IUSE="" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 amd64 alpha" + +DEPEND="${DEPEND} dev-perl/Convert-ASN1 + ssl? ( >=dev-perl/IO-Socket-SSL-0.81 )" |