Files
buildroot/package/perl-cgi/Config.in
Deividas Puplauskas d5c28aa439 package/perl-cgi: new package
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>
2026-05-29 18:21:57 +02:00

13 lines
346 B
Plaintext

config BR2_PACKAGE_PERL_CGI
bool "perl-cgi"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_HTML_PARSER # runtime
select BR2_PACKAGE_PERL_URI # runtime
help
Handle Common Gateway Interface requests and responses.
https://metacpan.org/module/CGI
comment "perl-cgi needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS