# Copyright 1999-2007 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.33.ebuild,v 1.12 2007/01/19 15:21:58 mcummings 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" 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 ) 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 }