diff options
Diffstat (limited to 'package/perl-apache-logformat-compiler/Config.in')
-rw-r--r-- | package/perl-apache-logformat-compiler/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/perl-apache-logformat-compiler/Config.in b/package/perl-apache-logformat-compiler/Config.in new file mode 100644 index 0000000000..81d621082c --- /dev/null +++ b/package/perl-apache-logformat-compiler/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PERL_APACHE_LOGFORMAT_COMPILER + bool "perl-apache-logformat-compiler" + select BR2_PACKAGE_PERL_POSIX_STRFTIME_COMPILER + help + Compile a log format string to perl-code + + https://github.com/kazeburo/Apache-LogFormat-Compiler |