perl-HTTP-Negotiate: remove long_desc.
This commit is contained in:
parent
09afcb4108
commit
525c59cf60
1 changed files with 2 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'perl-HTTP-Negotiate'.
|
||||
pkgname=perl-HTTP-Negotiate
|
||||
version=6.01
|
||||
revision=1
|
||||
wrksrc="HTTP-Negotiate-$version"
|
||||
revision=2
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl>=5.18"
|
||||
makedepends="perl-HTTP-Message"
|
||||
|
@ -14,9 +14,3 @@ homepage="http://search.cpan.org/dist/HTTP-Negotiate"
|
|||
license="GPL-2"
|
||||
distfiles="${CPAN_SITE}/HTTP/HTTP-Negotiate-$version.tar.gz"
|
||||
checksum=1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016
|
||||
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."
|
||||
|
|
Loading…
Reference in a new issue