freebsd-ports/databases/py-rrdpipe/Makefile
Rong-En Fan c1dece6a00 - Chase rrdtool 1.3.0 update, bump PORTREVISION
PR:		ports/124749
Submitted by:	Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
2008-06-24 12:34:56 +00:00

30 lines
704 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-rrdpipe
# Date created: May 31, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rrdpipe
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
http://mirror2.unixfreunde.de/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyRRDpipe-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable Python module to access RRDTool files via pipes
LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
USE_PYTHON= yes
NO_BUILD= yes
PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/RRDpipe.py
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/RRDpipe.py ${PYTHON_SITELIBDIR}
.include <bsd.port.mk>