mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
21 lines
369 B
Makefile
21 lines
369 B
Makefile
V = 0.2.2
|
|
COMMENT = access to parallel port from Python
|
|
DISTNAME = pyparallel-${V}
|
|
PKGNAME = py-parallel-${V}
|
|
CATEGORIES = devel
|
|
REVISION = 9
|
|
|
|
HOMEPAGE = https://github.com/pyserial/pyparallel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = https://mirrors.nycbug.org/pub/distfiles/
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
# No tests upstream
|
|
|
|
.include <bsd.port.mk>
|