2011-07-14 19:19:52 +02:00
|
|
|
# Template build file for 'perl-Net-HTTP'.
|
|
|
|
pkgname=perl-Net-HTTP
|
2013-11-23 12:39:11 +01:00
|
|
|
version=6.06
|
|
|
|
revision=1
|
2011-07-14 19:19:52 +02:00
|
|
|
wrksrc="Net-HTTP-$version"
|
2011-07-18 16:42:50 +02:00
|
|
|
build_style=perl-module
|
2013-11-23 11:57:36 +01:00
|
|
|
hostmakedepends="perl>=5.18"
|
|
|
|
makedepends="${hostmakedepends}"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="${makedepends}"
|
|
|
|
noarch="yes"
|
2011-07-14 19:19:52 +02:00
|
|
|
short_desc="Net::HTTP - Low-level HTTP connection (client)"
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
2013-11-23 12:39:11 +01:00
|
|
|
homepage="http://search.cpan.org/dist/Net-HTTP"
|
2011-07-14 19:19:52 +02:00
|
|
|
license="GPL-2"
|
2013-04-14 11:13:30 +02:00
|
|
|
distfiles="${CPAN_SITE}/Net/Net-HTTP-$version.tar.gz"
|
2013-11-23 12:39:11 +01:00
|
|
|
checksum=1d4e3ced899efad12431564d93abe73dd2a1224aa208af5f4ab829e7a2dd39d4
|
2011-07-14 19:19:52 +02:00
|
|
|
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."
|