# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="led is a general purpose LDAP editor" HOMEPAGE="http://led.sourceforge.net/" SRC_URI="mirror://sourceforge/led/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="ldap sasl" DEPEND=">=dev-lang/perl-5.6.1 dev-perl/perl-ldap dev-perl/URI dev-perl/Digest-MD5 dev-perl/Authen-SASL" # the above line should read: sasl? dev-perl/Authen-SASL # but led won't run without Authen-SASL module. maybe a bug? src_compile() { perl Configure --prefix=/usr --shadow --local make } src_install() { dobin led ldapcat dodoc README README.ldapcat }