summaryrefslogtreecommitdiff
blob: 7b38cece65a001fc8afa6c2bf081433d0e2ee8f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$

MODULE_AUTHOR=TMTM
inherit perl-module

DESCRIPTION="Produce HTML form elements for database columns"
LICENSE="|| ( Artistic GPL-2 )"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPEND="
	>=dev-perl/Class-DBI-0.94
	>=dev-perl/DBI-1.21
	dev-perl/HTML-Tree
	dev-perl/Class-DBI-Plugin-Type
"