24 lines
432 B
Makefile
24 lines
432 B
Makefile
COMMENT= catch certain exceptions and provide an indication
|
|
|
|
MODPY_EGG_VERSION= 4.1.2
|
|
DISTNAME= jaraco.context-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# https://github.com/jaraco/jaraco.context
|
|
HOMEPAGE= https://jaracocontext.readthedocs.io/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools_scm
|
|
|
|
FLAVORS= python3
|
|
FLAVOR= python3
|
|
|
|
.include <bsd.port.mk>
|