about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index ab24b9cf..27bb112c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -132,6 +132,11 @@ WriteMakefile(
                 # `perl5' on FreeBSD
                 'Encode' => 0,
 
+                # libperl$PERL_VERSION + perl-modules-$PERL_VERSION
+                'Compress::Raw::Zlib' => 0,
+                'Compress::Zlib' => 0,
+                'IO::Compress::Gzip' => 0,
+
                 # Plack is needed for public-inbox-httpd and PublicInbox::WWW
                 # 'Plack' => 0,