source "package/perl-timedate/Config.in"
source "package/perl-try-tiny/Config.in"
source "package/perl-uri/Config.in"
+ source "package/perl-www-form-urlencoded/Config.in"
source "package/perl-www-robotrules/Config.in"
source "package/perl-x10/Config.in"
source "package/perl-xml-libxml/Config.in"
--- /dev/null
+config BR2_PACKAGE_PERL_WWW_FORM_URLENCODED
+ bool "perl-www-form-urlencoded"
+ help
+ parser and builder for application/x-www-form-urlencoded
+
+ https://github.com/kazeburo/WWW-Form-UrlEncoded
--- /dev/null
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5 c7f8fbd616f9a342b5ff726b405d2a96 WWW-Form-UrlEncoded-0.25.tar.gz
+sha256 e1f7a6d22fe558242d1df584229d99058f63ef2658e43b8a90642e3875c6074e WWW-Form-UrlEncoded-0.25.tar.gz
+
+# computed by scancpan
+sha256 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805 LICENSE
--- /dev/null
+################################################################################
+#
+# perl-www-form-urlencoded
+#
+################################################################################
+
+PERL_WWW_FORM_URLENCODED_VERSION = 0.25
+PERL_WWW_FORM_URLENCODED_SOURCE = WWW-Form-UrlEncoded-$(PERL_WWW_FORM_URLENCODED_VERSION).tar.gz
+PERL_WWW_FORM_URLENCODED_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZEBURO
+PERL_WWW_FORM_URLENCODED_DEPENDENCIES = host-perl-module-build
+PERL_WWW_FORM_URLENCODED_LICENSE = Artistic or GPL-1.0+
+PERL_WWW_FORM_URLENCODED_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))