blob: b857fd0e63b4add7be6f3b7cf166bbb6d739408a (
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
|
# $FreeBSD$
PORTNAME= python-rrdtool
PORTVERSION= 1.4.7
PORTREVISION= 1
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:databases/rrdtool
USES= groff pkgconfig python
USE_GNOME= cairo glib20 libxml2
USE_PYTHON= distutils autoplist
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|