30 lines
500 B
Makefile
30 lines
500 B
Makefile
# $OpenBSD: Makefile,v 1.8 2021/11/02 00:01:00 sthen Exp $
|
|
|
|
COMMENT = simple VTXXX-compatible terminal emulator
|
|
|
|
MODPY_EGG_VERSION = 0.8.0
|
|
DISTNAME = pyte-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 5
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/selectel/pyte
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
BUILD_DEPENDS = devel/py-test-runner${MODPY_FLAVOR}
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|