Commit fe58e6f5 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/perl-uri: New package

parent b00822f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -523,6 +523,7 @@ menu "Perl libraries/modules"
	source "package/perl-path-tiny/Config.in"
	source "package/perl-time-hires/Config.in"
	source "package/perl-try-tiny/Config.in"
	source "package/perl-uri/Config.in"
	source "package/perl-xml-libxml/Config.in"
	source "package/perl-xml-namespacesupport/Config.in"
	source "package/perl-xml-sax/Config.in"
+8 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_URI
	bool "perl-uri"
	help
	  The module implements the URI class. Objects of this class represent
	  Uniform Resource Identifier references as specified in RFC 2396 and
	  updated by RFC 2732.

	  https://github.com/libwww-perl/uri
+3 −0
Original line number Diff line number Diff line
# retrieved by scancpan from http://cpan.metacpan.org/
md5    d0ef53b6c63bcc02ba55f405c30741e3 URI-1.67.tar.gz
sha256 7088d43d5f4902becfa5e0627751f5e6d0e0bdd1637b2d39e70ce807068a274e URI-1.67.tar.gz
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# perl-uri
#
################################################################################

PERL_URI_VERSION = 1.67
PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
PERL_URI_DEPENDENCIES = perl
PERL_URI_LICENSE = Artistic or GPLv1+
PERL_URI_LICENSE_FILES = README

$(eval $(perl-package))