21 lines
420 B
Makefile
21 lines
420 B
Makefile
COMMENT = Python client for the Prometheus monitoring system
|
|
|
|
MODPY_EGG_VERSION = 0.15.0
|
|
DISTNAME = prometheus_client-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/prometheus/client_python
|
|
|
|
# Apache License v2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|