blob: d7a36cf91802088451f6015e4869ee8f4af22901 (
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/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild,v 1.1 2005/11/04 18:47:11 chriswhite Exp $
inherit perl-module
SRC_TEST="do"
DESCRIPTION="Cookie based access module."
HOMEPAGE="http://search.cpan.org/~mschout/Apache-AuthTicket-0.40/"
SRC_URI="mirror://cpan/authors/id/M/MS/MSCHOUT/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=dev-perl/Apache-AuthCookie-3.0
dev-perl/DBI
perl-core/Digest-MD5
dev-perl/SQL-Abstract"
RDEPEND=""
|