mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
See here for a description: https://metacpan.org/pod/CGI Signed-off-by: Deividas Puplauskas <deividas.puplauskas@gmail.com> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
422 B
Makefile
15 lines
422 B
Makefile
################################################################################
|
|
#
|
|
# perl-cgi
|
|
#
|
|
################################################################################
|
|
|
|
PERL_CGI_VERSION = 4.72
|
|
PERL_CGI_SOURCE = CGI-$(PERL_CGI_VERSION).tar.gz
|
|
PERL_CGI_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LE/LEEJO
|
|
PERL_CGI_LICENSE = Artistic-2.0
|
|
PERL_CGI_LICENSE_FILES = LICENSE
|
|
PERL_CGI_DISTNAME = CGI
|
|
|
|
$(eval $(perl-package))
|