blob: a749f1c8f8d4b772fcb706194512d21dbed0af82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
PORTNAME= python-rrdtool
PORTVERSION= 1.4.7
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= Python bindings for RRDTool, the graphing and logging utility
LICENSE= LGPL3
LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool
USES= pkgconfig
USE_GNOME= cairo glib20 libxml2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|