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

28 lines
999 B
Plaintext

# Template build file for 'perl-HTTP-Negotiate'.
pkgname=perl-HTTP-Negotiate
version=6.00
revision=1
wrksrc="HTTP-Negotiate-$version"
build_style=perl-module
makedepends="perl-HTTP-Message"
short_desc="HTTP::Negotiate - choose a variant to serve"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/~gaas/HTTP-Negotiate-6.00/lib/HTTP/Negotiate.pm"
license="GPL-2"
distfiles="${CPAN_SITE}/HTTP/HTTP-Negotiate-$version.tar.gz"
checksum=4e070ea67427ab1843620debc923b820bd41b9018914dfef54bbc7af9257ae82
long_desc="
This module provides a complete implementation of the HTTP content
negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12.
Content negotiation allows for the selection of a preferred content
representation based upon attributes of the negotiable variants and the value
of the various Accept* header fields in the request."
perl-HTTP-Negotiate_package() {
depends="${makedepends}"
noarch="yes"
pkg_install() {
vmove usr
}
}