we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk.
26 lines
400 B
Makefile
26 lines
400 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:31 sthen Exp $
|
|
|
|
COMMENT = symbolic constants in Python
|
|
|
|
MODPY_EGG_VERSION = 15.1.0
|
|
|
|
DISTNAME = constantly-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|