void-packages/srcpkgs/perl-XML-NamespaceSupport/template

22 lines
842 B
Plaintext

# Template build file for 'perl-XML-NamespaceSupport'.
pkgname=perl-XML-NamespaceSupport
version=1.11
revision=2
wrksrc="XML-NamespaceSupport-$version"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="${hostmakedepends}"
depends="${makedepends}"
noarch="yes"
short_desc="Perl module to the SAX2 NamespaceSupport class"
homepage="http://search.cpan.org/~perigrin/XML-NamespaceSupport-1.11/"
license="GPL+ or Artistic"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${CPAN_SITE}/XML/XML-NamespaceSupport-$version.tar.gz"
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."