mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
41a5348a3b
With hat: portmgr
27 lines
566 B
Makefile
27 lines
566 B
Makefile
# $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
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-08-15
|
|
|
|
LIB_DEPENDS= librrd.so:databases/rrdtool
|
|
|
|
USES= gnome groff pkgconfig python:2.7
|
|
USE_GNOME= cairo glib20 libxml2 pango
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|