26 lines
402 B
Makefile

# $OpenBSD: Makefile,v 1.6 2021/11/02 00:00:27 sthen Exp $
COMMENT = symbolic constants in Python
MODPY_EGG_VERSION = 15.1.0
DISTNAME = constantly-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 3
CATEGORIES = devel
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS= Yes
FLAVORS = python3
FLAVOR = python3
NO_TEST = Yes
.include <bsd.port.mk>