mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/HTML-Form: Enable tests
- EAPI6 - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
23
dev-perl/HTML-Form/HTML-Form-6.30.0-r2.ebuild
Normal file
23
dev-perl/HTML-Form/HTML-Form-6.30.0-r2.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=GAAS
|
||||
DIST_VERSION=6.03
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Class that represents an HTML form element"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
!<dev-perl/libwww-perl-6
|
||||
>=dev-perl/HTTP-Message-6.30.0
|
||||
>=dev-perl/URI-1.10
|
||||
dev-perl/HTML-Parser
|
||||
>=virtual/perl-Encode-2
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user