mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
399 B
Makefile
20 lines
399 B
Makefile
COMMENT = modern and easy to use streamable zip file generator
|
|
MODPY_DISTV = 1.9.0
|
|
DISTNAME = zipstream_ng-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:S/_/-/}
|
|
CATEGORIES = archivers
|
|
REVISION = 0
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAINTAINER = Klemens Nanni <kn@openbsd.org>
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
TEST_DEPENDS = devel/py-test-cov
|
|
|
|
.include <bsd.port.mk>
|