summaryrefslogtreecommitdiff
blob: 6fdc7b395b350490b706b98074ab80a3cabac6b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2009 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
"