New package: perl-HTTP-Negotiate-6.00.
This commit is contained in:
parent
fea5f14c91
commit
c01f59acb9
1 changed files with 22 additions and 0 deletions
22
srcpkgs/perl-HTTP-Negotiate/template
Normal file
22
srcpkgs/perl-HTTP-Negotiate/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# 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
|
Loading…
Reference in a new issue