25 lines
489 B
Makefile
25 lines
489 B
Makefile
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:51 sthen Exp $
|
|
|
|
V = 0.2.2
|
|
COMMENT = access to parallel port from Python
|
|
DISTNAME = pyparallel-${V}
|
|
PKGNAME = py-parallel-${V}
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
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 ?=
|
|
|
|
MODULES = lang/python
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
.include <bsd.port.mk>
|