59b4265695
# 2.0.4 * `unzip_process()` prints better error messages to the standard error, and exits with a non-zero status, on error.
14 lines
309 B
Makefile
14 lines
309 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/02/15 23:56:34 mef Exp $
|
|
|
|
R_PKGNAME= zip
|
|
R_PKGVER= 2.0.4
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Cross-platform 'zip' compression
|
|
LICENSE= cc0-1.0-universal
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|