ports/devel/py-parallel/Makefile

25 lines
455 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
V = 0.2.2
COMMENT = access to parallel port from Python
DISTNAME = pyparallel-${V}
PKGNAME = py-parallel-${V}
CATEGORIES = devel
REVISION = 6
HOMEPAGE = https://github.com/pyserial/pyparallel
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
2023-09-22 16:24:11 +00:00
SITES = https://mirrors.nycbug.org/pub/distfiles/
2023-08-16 22:26:55 +00:00
FLAVORS = python3
FLAVOR = python3
MODULES = lang/python
MODPY_PYBUILD = setuptools
# No tests upstream
.include <bsd.port.mk>