blob: c53dadbea07d98643ac962ec79651e207f0b3716 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_macro/mod_macro-1.1.6.ebuild,v 1.1 2005/01/10 12:50:06 hollow Exp $
inherit eutils apache-module
DESCRIPTION="An Apache2 DSO providing macros for the apache config file"
HOMEPAGE="http://www.coelho.net/mod_macro/"
SRC_URI="http://www.coelho.net/mod_macro/${P}.tar.bz2"
LICENSE="BSD"
KEYWORDS="x86"
SLOT="0"
IUSE=""
APXS2_S="${S}"
APXS2_ARGS="-c mod_macro.c"
APACHE2_MOD_CONF="27_mod_macro"
DOCFILES="CHANGES INSTALL README mod_macro.html"
need_apache2
|