freebsd-ports/databases/py-rrdtool/Makefile
Nuno Teixeira 3f5fb7b71c */*: Bump consumers of databases/rrdtool
New version of rrdtool in tree
2024-07-29 13:48:53 +01:00

23 lines
600 B
Makefile

PORTNAME= rrdtool
DISTVERSION= 0.1.16
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} # Bindings name is different from https://pypi.org/project/rrdtool/
MAINTAINER= darius@dons.net.au
COMMENT= Python interface to RRDTool, the graphing and logging utility
WWW= https://github.com/commx/python-rrdtool
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= librrd.so:databases/rrdtool
USES= python
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rrdtool*.so
.include <bsd.port.mk>