diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-01-10 06:01:04 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-01-10 06:01:04 +0800 |
commit | 59f229954980d1a5d49de01b611bb7c33d77c466 (patch) | |
tree | 34d3faebb5bbe7ca80bab92601ccb03b835fa206 /archivers/Makefile | |
parent | 645981457249b8eed002c12cdaaaf3f04e0d2655 (diff) | |
download | freebsd-ports-gnome-59f229954980d1a5d49de01b611bb7c33d77c466.tar.gz freebsd-ports-gnome-59f229954980d1a5d49de01b611bb7c33d77c466.tar.zst freebsd-ports-gnome-59f229954980d1a5d49de01b611bb7c33d77c466.zip |
New port: archivers/py-zstd: Python binding for Zstandard compression library
This is a simple binding. A more full-featured binding will be
at archivers/py-zstandard.
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13807
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 82107340a6d4..00bd9096e699 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -190,6 +190,7 @@ SUBDIR += py-rjsmin SUBDIR += py-warctools SUBDIR += py-xopen + SUBDIR += py-zstd SUBDIR += qpress SUBDIR += quazip SUBDIR += quazip-qt5 |