void-packages/srcpkgs/perl-HTML-Form/template
2013-11-23 11:57:36 +01:00

29 lines
1,021 B
Plaintext

# Template build file for 'perl-HTML-Form'.
pkgname=perl-HTML-Form
version=6.00
revision=2
wrksrc="HTML-Form-$version"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="perl-HTML-Parser perl-URI perl-HTTP-Message"
short_desc="HTML::Form - Class that represents an HTML form element"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/~gaas/HTML-Form-6.00/lib/HTML/Form.pm"
license="GPL-2"
distfiles="${CPAN_SITE}/HTML/HTML-Form-$version.tar.gz"
checksum=b41b6f5480493d427a56974c0fb6f51e807d93938ef1518dd22454b93cad4987
long_desc="
Objects of the HTML::Form class represents a single HTML FORM tag instance.
A form consists of a sequence of inputs that usually have names, and which
can take on various values. The state of a form can be tweaked and it can
then be asked to provide HTTP::Request objects that can be passed to the
request() method of LWP::UserAgent."
perl-HTML-Form_package() {
depends="${makedepends}"
noarch="yes"
pkg_install() {
vmove all
}
}