diff options
author | will <will@FreeBSD.org> | 2001-01-04 07:21:27 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 07:21:27 +0800 |
commit | 7e3c968f7170ed0a911d58a0c90b0be116dcda62 (patch) | |
tree | 434e1c9f199b32f1cf3e26359ce33aa2445a6dbc /archivers/Makefile | |
parent | ccbe14610f1283eaf2fcb252410eb51811643512 (diff) | |
download | freebsd-ports-graphics-7e3c968f7170ed0a911d58a0c90b0be116dcda62.tar.gz freebsd-ports-graphics-7e3c968f7170ed0a911d58a0c90b0be116dcda62.tar.zst freebsd-ports-graphics-7e3c968f7170ed0a911d58a0c90b0be116dcda62.zip |
Add p5-Archive-Zip 0.10, perl module to create, manipulate, read, and write
Zip archive files.
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 d5d3411be84..be9114e746c 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -23,6 +23,7 @@ SUBDIR += mscompress SUBDIR += nulib SUBDIR += p5-Archive-Tar + SUBDIR += p5-Archive-Zip SUBDIR += p5-Compress-Zlib SUBDIR += pkzip SUBDIR += ppunpack |