summaryrefslogtreecommitdiff
path: root/databases/py-rrdpipe/Makefile
blob: 10ae742fd91d8858c4a6c0bb0ee4df78dc7f5dab (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
25
26
27
# ex:ts=8
# Ports collection makefile for:	py-rrdpipe
# Date created:			May 31, 2002
# Whom:	      			ijliao
#
# $FreeBSD$
#

PORTNAME=	rrdpipe
PORTVERSION=	0.1
CATEGORIES=	net python
MASTER_SITES=	http://projects.gasperino.org/projects/PyRRDpipe/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	PyRRDpipe-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Portable Python module to access RRDTool files via pipes

LIB_DEPENDS=	rrd:${PORTSDIR}/net/rrdtool

USE_PYTHON=	yes
NO_BUILD=	yes

do-install:
	@${INSTALL_SCRIPT} ${WRKSRC}/RRDpipe.py ${PYTHON_SITELIBDIR}

.include <bsd.port.mk>