diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-14 18:00:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-14 18:00:46 +0800 |
commit | f96d542051d9979aa23c6825a5e6f622dbdb1923 (patch) | |
tree | ab0bbf72e7273372606dba4af6538438d39ed33a /archivers/Makefile | |
parent | 0a93915b966f9af1efa2f20d18d0d68caa80b52e (diff) | |
download | freebsd-ports-gnome-f96d542051d9979aa23c6825a5e6f622dbdb1923.tar.gz freebsd-ports-gnome-f96d542051d9979aa23c6825a5e6f622dbdb1923.tar.zst freebsd-ports-gnome-f96d542051d9979aa23c6825a5e6f622dbdb1923.zip |
The Compress::Raw::Zlib module provides a Perl interface to the
zlib compression library.
WWW: http://search.cpan.org/dist/Compress-Raw-Zlib/
PR: 105278
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 0e391dc9cbbc..0db2520a5e8b 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -69,6 +69,7 @@ SUBDIR += p5-Compress-LZF SUBDIR += p5-Compress-LZO SUBDIR += p5-Compress-LZW + SUBDIR += p5-Compress-Raw-Zlib SUBDIR += p5-Compress-Zlib SUBDIR += p5-IO-Zlib SUBDIR += p5-Mac-Macbinary |