summaryrefslogtreecommitdiff
blob: b6f36908a1938f7a5a04a3a37e64b1b11f93834a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.02.ebuild,v 1.4 2007/10/09 07:40:36 opfer Exp $

inherit perl-module

DESCRIPTION="Apache2::AuthenNTLM - Perform Microsoft NTLM and Basic User Authentication"
HOMEPAGE="http://search.cpan.org/~speeves/Apache2-AuthenNTLM-${PV}/"
SRC_URI="mirror://cpan/authors/id/S/SP/SPEEVES/${P}.tar.gz"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="dev-lang/perl
	virtual/perl-MIME-Base64
	>=www-apache/mod_perl-2"