mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-01 01:13:29 +08:00
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:
parent
0e0c33e535
commit
8895cb5ddf
@ -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"
|
||||
|
6
package/perl-xml-namespacesupport/Config.in
Normal file
6
package/perl-xml-namespacesupport/Config.in
Normal 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
|
@ -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))
|
Loading…
Reference in New Issue
Block a user