2022-03-11 19:45:43 +00:00

29 lines
444 B
Makefile

COMMENT = Python bindings for rrdtool
MODPY_EGG_VERSION = 0.1.15
REVISION = 4
DISTNAME = rrdtool-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = databases net
HOMEPAGE = https://github.com/commx/python-rrdtool
# LGPLv2
PERMIT_PACKAGE = Yes
WANTLIB += pthread rrd
MODULES = lang/python
LIB_DEPENDS = net/rrdtool
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
NO_TEST = Yes
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>