perl-XML-NamespaceSupport: remove long_desc.

This commit is contained in:
Juan RP 2014-02-22 09:20:56 +01:00
parent 22bf775f9c
commit 57a47273bd
1 changed files with 2 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# Template build file for 'perl-XML-NamespaceSupport'. # Template build file for 'perl-XML-NamespaceSupport'.
pkgname=perl-XML-NamespaceSupport pkgname=perl-XML-NamespaceSupport
version=1.11 version=1.11
revision=2 revision=3
wrksrc="XML-NamespaceSupport-$version" wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module build_style=perl-module
hostmakedepends="perl>=5.18" hostmakedepends="perl>=5.18"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends}"
@ -14,8 +14,3 @@ license="GPL+ or Artistic"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${CPAN_SITE}/XML/XML-NamespaceSupport-$version.tar.gz" distfiles="${CPAN_SITE}/XML/XML-NamespaceSupport-$version.tar.gz"
checksum=6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea checksum=6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea
long_desc="
This module offers a simple to process namespaced XML names (unames)
from within any application that may need them. It also helps
maintain a prefix to namespace URI map, and provides a number of
basic checks."