mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
18 lines
366 B
Makefile
18 lines
366 B
Makefile
COMMENT = adapt generators and other iterable to a file-like interface
|
|
MODPY_DISTV = 1.0.1
|
|
DISTNAME = iterable_io-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:S/_/-/}
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAINTAINER = Klemens Nanni <kn@openbsd.org>
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|