25 lines
458 B
Makefile

# $OpenBSD: Makefile,v 1.11 2021/11/02 00:00:26 sthen Exp $
COMMENT = wrapper around terminal coloring, styling, and positioning
MODPY_EGG_VERSION = 1.6
DISTNAME = blessings-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
REVISION = 7
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
TEST_DEPENDS = devel/py-nose${MODPY_FLAVOR}
.include <bsd.port.mk>