Files
operating-system/buildroot/package/perl-http-cookies/perl-http-cookies.mk
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

15 lines
522 B
Makefile

################################################################################
#
# perl-http-cookies
#
################################################################################
PERL_HTTP_COOKIES_VERSION = 6.10
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))