1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/py-rrdpipe/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

27 lines
525 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://projects.gasperino.org/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>