summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/perl-ldap/perl-ldap-0.34.ebuild')
-rw-r--r--dev-perl/perl-ldap/perl-ldap-0.34.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-perl/perl-ldap/perl-ldap-0.34.ebuild b/dev-perl/perl-ldap/perl-ldap-0.34.ebuild
deleted file mode 100644
index 48218e0783e6..000000000000
--- a/dev-perl/perl-ldap/perl-ldap-0.34.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.34.ebuild,v 1.11 2008/10/28 09:02:49 tove Exp $
-
-inherit perl-module
-
-DESCRIPTION="A collection of perl modules which provide an object-oriented interface to LDAP servers."
-HOMEPAGE="http://search.cpan.org/~gbarr/"
-SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="sasl xml ssl"
-
-DEPEND="dev-perl/Convert-ASN1
- dev-perl/URI
- sasl? ( virtual/perl-Digest-MD5 dev-perl/Authen-SASL )
- xml? ( dev-perl/XML-Parser
- dev-perl/XML-SAX
- dev-perl/XML-SAX-Writer )
- ssl? ( >=dev-perl/IO-Socket-SSL-0.81 )
- dev-lang/perl"
-
-src_compile() {
- if [ "${MMSIXELEVEN}" ]; then
- echo 'n' | perl Makefile.PL ${myconf} \
- PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D}
- else
- echo 'n' | perl Makefile.PL ${myconf} \
- PREFIX=${D}/usr INSTALLDIRS=vendor
- fi
- perl-module_src_test
-}