diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-26 18:51:21 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-26 18:51:21 +0800 |
commit | 1f8c8684aa26f65c97898e0fafb4691129802372 (patch) | |
tree | 06117799ab02ca4ddff0b2e7f7c77efa2631c611 /archivers/Makefile | |
parent | fbee28f23ede240b0e2816a74e0bcc332a64d795 (diff) | |
download | freebsd-ports-gnome-1f8c8684aa26f65c97898e0fafb4691129802372.tar.gz freebsd-ports-gnome-1f8c8684aa26f65c97898e0fafb4691129802372.tar.zst freebsd-ports-gnome-1f8c8684aa26f65c97898e0fafb4691129802372.zip |
Add p5-Compress-LZF 1.65, extremely light-weight Lempel-Ziv-Free
compression.
PR: ports/103095
Submitted by: Gea-Suan Lin <gslin at gslin.org>
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 32901e68be69..cc529bdfecd5 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -65,6 +65,7 @@ SUBDIR += p5-Archive-Tar SUBDIR += p5-Archive-Zip SUBDIR += p5-Compress-Bzip2 + SUBDIR += p5-Compress-LZF SUBDIR += p5-Compress-LZW SUBDIR += p5-Compress-Zlib SUBDIR += p5-IO-Zlib |