diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-19 12:17:08 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-19 13:43:44 +0200 |
commit | c8e2c56de47d5ea14f80bd9be0cbb6da87ae4b07 (patch) | |
tree | e5f5083cc347242de93673f0d094be509cde083a /package/perl-http-cookies/Config.in | |
parent | 27e4a433b44b63d91f24bfa2a475386d0cd54356 (diff) | |
download | buildroot-c8e2c56de47d5ea14f80bd9be0cbb6da87ae4b07.tar.gz buildroot-c8e2c56de47d5ea14f80bd9be0cbb6da87ae4b07.zip |
package/perl-http-cookies: New package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-http-cookies/Config.in')
-rw-r--r-- | package/perl-http-cookies/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/perl-http-cookies/Config.in b/package/perl-http-cookies/Config.in new file mode 100644 index 0000000000..4dd2fd9b4c --- /dev/null +++ b/package/perl-http-cookies/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PERL_HTTP_COOKIES + bool "perl-http-cookies" + select BR2_PACKAGE_PERL_HTTP_MESSAGE + help + Objects that represent a "cookie jar" + + http://github.com/gisle/http-cookies |