mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/perl-http-multipartparser/Config.in
Normal file
6
package/perl-http-multipartparser/Config.in
Normal 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
|
@@ -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
|
@@ -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))
|
Reference in New Issue
Block a user