freebsd-ports/net/py-rrdpipe/Makefile
Pav Lucistnik 4059a91be8 - Point MASTER_SITES to submitter's mirror
- Remove WWW

PR:		ports/97824
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-26 18:46:30 +00:00

29 lines
676 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://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}/net/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>