Files
Deividas Puplauskas 7b822ef500 package/perl-cgi-session: new package
See here for a description:
https://metacpan.org/pod/CGI::Session

Signed-off-by: Deividas Puplauskas <deividas.puplauskas@gmail.com>
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-08-04 22:44:39 +02:00

12 lines
321 B
Plaintext

config BR2_PACKAGE_PERL_CGI_SESSION
bool "perl-cgi-session"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_CGI # runtime
help
Persistent session data in CGI applications.
https://metacpan.org/release/CGI-Session
comment "perl-cgi-session needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS