void-packages/srcpkgs/perl-Net-HTTP/template

21 lines
734 B
Plaintext

# Template build file for 'perl-Net-HTTP'.
pkgname=perl-Net-HTTP
version=6.01
wrksrc="Net-HTTP-$version"
distfiles="${CPAN_SITE}/Net/Net-HTTP-$version.tar.gz"
build_style=perl-module
fulldepends="perl"
revision=1
short_desc="Net::HTTP - Low-level HTTP connection (client)"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/~gaas/Net-HTTP-6.01/lib/Net/HTTP.pm"
license="GPL-2"
checksum=76d883f9b249b16393dc183de04b4e4fed99bb0eb776ab9149d915607c69ea46
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."
noarch=yes