blob: dec23a5dde2047f2e424bc1496cdcbbfdb045f69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= rrdtool
DISTVERSION= 0.1.16
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
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:3.6+
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rrdtool*.so
.include <bsd.port.mk>
|