diff --git a/srcpkgs/perl-HTTP-Negotiate/template b/srcpkgs/perl-HTTP-Negotiate/template new file mode 100644 index 00000000000..4b23cff54c7 --- /dev/null +++ b/srcpkgs/perl-HTTP-Negotiate/template @@ -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 " +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