20 lines
780 B
Text
20 lines
780 B
Text
# Template build file for 'perl-Net-HTTP'.
|
|
pkgname=perl-Net-HTTP
|
|
version=6.06
|
|
revision=1
|
|
wrksrc="Net-HTTP-$version"
|
|
build_style=perl-module
|
|
hostmakedepends="perl>=5.18"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
noarch="yes"
|
|
short_desc="Net::HTTP - Low-level HTTP connection (client)"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
homepage="http://search.cpan.org/dist/Net-HTTP"
|
|
license="GPL-2"
|
|
distfiles="${CPAN_SITE}/Net/Net-HTTP-$version.tar.gz"
|
|
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."
|