diff options
Diffstat (limited to 'net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild')
-rw-r--r-- | net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild index 075357b585d8..4fbcab582fca 100644 --- a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild +++ b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild,v 1.4 2004/06/20 13:41:17 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-2.4.2.ebuild,v 1.5 2004/06/20 15:03:35 zul Exp $ DESCRIPTION="Apache module for LDAP authorizaion" HOMEPAGE="http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html" @@ -11,9 +11,12 @@ KEYWORDS="x86 ~ppc ~sparc" #---> as of 2.4.2 still no version number, doing it the hard way, sigh. SRC_URI="mirror://gentoo/${P}.tar.bz2" DEPEND="=net-www/apache-1* >=net-nds/openldap-2.0.25" +RDEPEND="" LICENSE="as-is" SLOT="0" +IUSE="" + S=${WORKDIR}/${P} src_unpack() { |