void-packages/srcpkgs/perl-HTML-Form/template

23 lines
952 B
Plaintext

# Template build file for 'perl-HTML-Form'.
pkgname=perl-HTML-Form
version=6.03
revision=1
wrksrc="HTML-Form-$version"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="perl-HTML-Parser perl-URI perl-HTTP-Message"
depends="${makedepends}"
noarch="yes"
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/lib/HTML/Form.pm"
license="GPL-2"
distfiles="${CPAN_SITE}/HTML/HTML-Form-$version.tar.gz"
checksum=68c01d94f005d5ca9c4d55ad2a1bf3a8d034a5fc6db187d91a4c42f3fdc9fc36
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."