freebsd-ports/net/py-rrdpipe/Makefile
Ying-Chieh Liao a8b306026a add py-rrdpipe 0.1
Portable Python module to access RRDTool files via pipes
2002-05-31 20:45:13 +00:00

27 lines
533 B
Makefile

# 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://download.extreme-ware.com/open-projects/PyRRDpipe/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyRRDpipe-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
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>