This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_HTTP_MULTIPARTPARSER
bool "perl-http-multipartparser"
help
HTTP MultiPart Parser.
https://metacpan.org/release/HTTP-MultiPartParser

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 1b07ebac54ce3288c044a23ba60196d2 HTTP-MultiPartParser-0.02.tar.gz
sha256 5eddda159f54d16f868e032440ac2b024e55aac48931871b62627f1a16d00b12 HTTP-MultiPartParser-0.02.tar.gz
# computed by scancpan
sha256 a339d6cf9253720ba69b311423556cc02c94d5a6f76cf5cdf11af2112e14a074 README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-http-multipartparser
#
################################################################################
PERL_HTTP_MULTIPARTPARSER_VERSION = 0.02
PERL_HTTP_MULTIPARTPARSER_SOURCE = HTTP-MultiPartParser-$(PERL_HTTP_MULTIPARTPARSER_VERSION).tar.gz
PERL_HTTP_MULTIPARTPARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CH/CHANSEN
PERL_HTTP_MULTIPARTPARSER_LICENSE = Artistic or GPL-1.0+
PERL_HTTP_MULTIPARTPARSER_LICENSE_FILES = README
PERL_HTTP_MULTIPARTPARSER_DISTNAME = HTTP-MultiPartParser
$(eval $(perl-package))