summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/libapreq/libapreq-1.0-r3.ebuild')
-rw-r--r--www-apache/libapreq/libapreq-1.0-r3.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/www-apache/libapreq/libapreq-1.0-r3.ebuild b/www-apache/libapreq/libapreq-1.0-r3.ebuild
new file mode 100644
index 000000000000..6fd3669ff228
--- /dev/null
+++ b/www-apache/libapreq/libapreq-1.0-r3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq/libapreq-1.0-r3.ebuild,v 1.1 2005/05/10 00:12:19 beu Exp $
+
+inherit perl-module
+
+DESCRIPTION="A Apache Request Perl Module"
+SRC_URI="mirror://cpan/authors/id/J/JI/JIMW/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~jimw/${P}/"
+
+SLOT="0"
+LICENSE="Apache-1.1 as-is"
+KEYWORDS="x86 amd64 ppc sparc alpha"
+IUSE=""
+
+DEPEND="${DEPEND}
+ >=sys-apps/sed-4
+ <www-apache/mod_perl-1.99"
+
+mydoc="TODO"