perl-HTML-Form: remove long_desc.

This commit is contained in:
Juan RP 2014-02-22 09:14:53 +01:00
parent 3531c38a81
commit 810a0d9d3e
1 changed files with 2 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# Template build file for 'perl-HTML-Form'.
pkgname=perl-HTML-Form
version=6.03
revision=1
wrksrc="HTML-Form-$version"
revision=2
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="perl-HTML-Parser perl-URI perl-HTTP-Message"
@ -14,9 +14,3 @@ 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."