summaryrefslogtreecommitdiff
path: root/package/perl-uri
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-04-19 12:17:05 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-19 13:43:44 +0200
commitfe58e6f562e25324f6545584b9babd00c4a9d9f5 (patch)
treea9ee8478d67fe1e1981dd7b7022ab30fbe19483f /package/perl-uri
parentb00822f78dfc1215b799e4fe4c6f84c7cb501b52 (diff)
package/perl-uri: New package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-uri')
-rw-r--r--package/perl-uri/Config.in8
-rw-r--r--package/perl-uri/perl-uri.hash3
-rw-r--r--package/perl-uri/perl-uri.mk14
3 files changed, 25 insertions, 0 deletions
diff --git a/package/perl-uri/Config.in b/package/perl-uri/Config.in
new file mode 100644
index 000000000..62a53f248
--- /dev/null
+++ b/package/perl-uri/Config.in
@@ -0,0 +1,8 @@
+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
diff --git a/package/perl-uri/perl-uri.hash b/package/perl-uri/perl-uri.hash
new file mode 100644
index 000000000..da33416d4
--- /dev/null
+++ b/package/perl-uri/perl-uri.hash
@@ -0,0 +1,3 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5 d0ef53b6c63bcc02ba55f405c30741e3 URI-1.67.tar.gz
+sha256 7088d43d5f4902becfa5e0627751f5e6d0e0bdd1637b2d39e70ce807068a274e URI-1.67.tar.gz
diff --git a/package/perl-uri/perl-uri.mk b/package/perl-uri/perl-uri.mk
new file mode 100644
index 000000000..421a89f86
--- /dev/null
+++ b/package/perl-uri/perl-uri.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# 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))