25 lines
461 B
Makefile
25 lines
461 B
Makefile
|
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
|
||
|
|
||
|
MASTER_SITES = https://mirrors.nycbug.org/pub/distfiles/
|
||
|
|
||
|
FLAVORS = python3
|
||
|
FLAVOR = python3
|
||
|
|
||
|
MODULES = lang/python
|
||
|
MODPY_PYBUILD = setuptools
|
||
|
|
||
|
# No tests upstream
|
||
|
|
||
|
.include <bsd.port.mk>
|