summaryrefslogtreecommitdiff
path: root/databases/py-rrdpipe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-rrdpipe/Makefile')
-rw-r--r--databases/py-rrdpipe/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/databases/py-rrdpipe/Makefile b/databases/py-rrdpipe/Makefile
deleted file mode 100644
index 9d60f1e82fec..000000000000
--- a/databases/py-rrdpipe/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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
-PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/RRDpipe.py
-
-do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/RRDpipe.py ${PYTHON_SITELIBDIR}
-
-.include <bsd.port.mk>