summaryrefslogtreecommitdiff
blob: 6ed59ce9250438e0cfd014d4511f0597f624fc16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/mod_auth_external-2.1.19.ebuild,v 1.1 2005/02/17 10:13:59 hollow Exp $

inherit eutils apache-module

DESCRIPTION="Apache External Authentication Module"
HOMEPAGE="http://www.unixpapa.com/mod_auth_external.html"

SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz"
DEPEND="sys-libs/pam"
RDEPEND=""
LICENSE="Apache-1.1"
KEYWORDS="~x86"
IUSE=""
SLOT="0"

DOCFILES="AUTHENTICATORS CHANGES INSTALL INSTALL.HARDCODE README TODO"

APACHE1_MOD_CONF="2.2.7-r1/10_${PN}"
APACHE1_MOD_DEFINE="AUTH_EXTERNAL"

need_apache1