17 lines
642 B
Bash
17 lines
642 B
Bash
# Template build file for 'perl-HTTP-Response-Encoding'.
|
|
pkgname=perl-HTTP-Response-Encoding
|
|
version=0.06
|
|
revision=2
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends} perl-LWP"
|
|
noarch="yes"
|
|
short_desc="HTTP::Response::Encoding - Adds encoding() to HTTP::Response"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
homepage="https://metacpan.org/release/HTTP-Response-Encoding"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/HTTP/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum=10167b8e238a682004ab0d7accbe9d76eae2db57af07c5ae2dfa808074a4a8aa
|