diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2004-07-02 23:33:19 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2004-07-02 23:33:19 +0000 |
commit | 6f970c5a510e37d8ae1d787d0f65228cb0b820d5 (patch) | |
tree | bc25659a307fb782961f98c698d03d0536af6edb /net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild | |
parent | Stable on alpha, bug #55675. (Manifest recommit) (diff) | |
download | gentoo-2-6f970c5a510e37d8ae1d787d0f65228cb0b820d5.tar.gz gentoo-2-6f970c5a510e37d8ae1d787d0f65228cb0b820d5.tar.bz2 gentoo-2-6f970c5a510e37d8ae1d787d0f65228cb0b820d5.zip |
Added module config file for apache2
Diffstat (limited to 'net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild')
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild index 3587ec46fd62..3ee2acb65494 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.8 2004/06/25 01:00:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.9 2004/07/02 23:33:19 nakano Exp $ DESCRIPTION="This module allows user authentication (and can log authethication requests) against information stored in a PostgreSQL database." SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/${P}.tar.gz" @@ -10,7 +10,6 @@ LICENSE="freedist" SLOT="0" DEPEND=">=net-www/apache-1.3.27 dev-db/postgresql" -RDPEND="" IUSE="" src_compile() { |