perl-xml-namespacesupport: new package

[Thomas: split from the original patch of Francois.]

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Francois Perrad 2014-06-29 10:48:24 +02:00 committed by Thomas Petazzoni
parent 0e0c33e535
commit 8895cb5ddf
3 changed files with 20 additions and 0 deletions

View File

@ -425,6 +425,7 @@ if BR2_PACKAGE_PERL
menu "Perl libraries/modules"
source "package/perl-mojolicious/Config.in"
source "package/perl-net-ssleay/Config.in"
source "package/perl-xml-namespacesupport/Config.in"
endmenu
endif
source "package/php/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT
bool "perl-xml-namespacesupport"
help
a simple generic namespace support class
https://metacpan.org/release/XML-NamespaceSupport

View File

@ -0,0 +1,13 @@
################################################################################
#
# perl-xml-namespacesupport
#
################################################################################
PERL_XML_NAMESPACESUPPORT_VERSION = 1.11
PERL_XML_NAMESPACESUPPORT_SOURCE = XML-NamespaceSupport-$(PERL_XML_NAMESPACESUPPORT_VERSION).tar.gz
PERL_XML_NAMESPACESUPPORT_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PE/PERIGRIN/
PERL_XML_NAMESPACESUPPORT_DEPENDENCIES = perl
PERL_XML_NAMESPACESUPPORT_LICENSE = Artistic or GPLv1+
$(eval $(perl-package))