You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/HTML-Form/HTML-Form-6.0.0.ebuild

25 lines
610 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Form/HTML-Form-6.0.0.ebuild,v 1.11 2011/12/18 21:27:35 halcy0n Exp $
EAPI=3
MODULE_AUTHOR=GAAS
MODULE_VERSION=6.00
inherit perl-module
DESCRIPTION="Class that represents an HTML form element"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-linux"
IUSE=""
RDEPEND="
!<dev-perl/libwww-perl-6
>=dev-perl/HTTP-Message-6.0.0
>=dev-perl/URI-1.10
dev-perl/HTML-Parser
>=virtual/perl-Encode-2
"
DEPEND="${RDEPEND}"