sthen c6c56ff0fb enable py2 for py-rrdtool as well, use it to replace net/rrdtool,-python
(which is an older version of the same thing). add an upgrade path via
quirks/@pkgpath.
2020-10-28 12:12:46 +00:00

31 lines
497 B
Makefile

# $OpenBSD: Makefile,v 1.2 2020/10/28 12:12:46 sthen Exp $
COMMENT = Python bindings for rrdtool
MODPY_EGG_VERSION = 0.1.15
REVISION = 0
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 ?=
.include <bsd.port.mk>