22 lines
925 B
Text
22 lines
925 B
Text
# Template build file for 'perl-HTTP-Negotiate'.
|
|
pkgname=perl-HTTP-Negotiate
|
|
version=6.00
|
|
wrksrc="HTTP-Negotiate-$version"
|
|
distfiles="${CPAN_SITE}/HTTP/HTTP-Negotiate-$version.tar.gz"
|
|
build_style=perl-module
|
|
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"
|
|
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."
|
|
|
|
noarch=yes
|
|
|
|
Add_dependency full perl-HTTP-Message
|
|
Add_dependency full perl
|