mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
diff LICENSE: use "The Perl Artistic License 1.0"
see https://metacpan.org/release/OALDERS/HTTP-Cookies-6.11/diff/OALDERS/HTTP-Cookies-6.10#LICENSE
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
522 B
Makefile
15 lines
522 B
Makefile
################################################################################
|
|
#
|
|
# perl-http-cookies
|
|
#
|
|
################################################################################
|
|
|
|
PERL_HTTP_COOKIES_VERSION = 6.11
|
|
PERL_HTTP_COOKIES_SOURCE = HTTP-Cookies-$(PERL_HTTP_COOKIES_VERSION).tar.gz
|
|
PERL_HTTP_COOKIES_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
|
PERL_HTTP_COOKIES_LICENSE = Artistic or GPL-1.0+
|
|
PERL_HTTP_COOKIES_LICENSE_FILES = LICENSE
|
|
PERL_HTTP_COOKIES_DISTNAME = HTTP-Cookies
|
|
|
|
$(eval $(perl-package))
|