perl-Net-HTTP: remove long_desc.
This commit is contained in:
parent
681b977b77
commit
4480f78957
1 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template build file for 'perl-Net-HTTP'.
|
# Template build file for 'perl-Net-HTTP'.
|
||||||
pkgname=perl-Net-HTTP
|
pkgname=perl-Net-HTTP
|
||||||
version=6.06
|
version=6.06
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Net-HTTP-$version"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl>=5.18"
|
hostmakedepends="perl>=5.18"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
|
@ -14,7 +14,3 @@ homepage="http://search.cpan.org/dist/Net-HTTP"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${CPAN_SITE}/Net/Net-HTTP-$version.tar.gz"
|
distfiles="${CPAN_SITE}/Net/Net-HTTP-$version.tar.gz"
|
||||||
checksum=1d4e3ced899efad12431564d93abe73dd2a1224aa208af5f4ab829e7a2dd39d4
|
checksum=1d4e3ced899efad12431564d93abe73dd2a1224aa208af5f4ab829e7a2dd39d4
|
||||||
long_desc="
|
|
||||||
The Net::HTTP class is a low-level HTTP client. An instance of the
|
|
||||||
Net::HTTP class represents a connection to an HTTP server. The HTTP protocol
|
|
||||||
is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1."
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue