ports/devel/py-pyte/Makefile

28 lines
445 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = simple VTXXX-compatible terminal emulator
MODPY_EGG_VERSION = 0.8.1
DISTNAME = pyte-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://github.com/selectel/pyte
# LGPLv3
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
BUILD_DEPENDS = devel/py-test-runner${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3
NO_TEST = Yes
.include <bsd.port.mk>