summaryrefslogtreecommitdiff
path: root/net/kenosis/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2005-01-10 10:20:11 +0000
committerdrochner <drochner>2005-01-10 10:20:11 +0000
commitef092a97bfb2e16f3a4c484f82af59217b2a10e7 (patch)
treecb1988f65fdc4840a256c6b0fc34fc3b9af0ee4a /net/kenosis/Makefile
parent99df10847e449fed3e80c381dbf80e44d620b736 (diff)
downloadpkgsrc-ef092a97bfb2e16f3a4c484f82af59217b2a10e7.tar.gz
import kenosis-0.92, a P2P RPC library for Python
Diffstat (limited to 'net/kenosis/Makefile')
-rw-r--r--net/kenosis/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/kenosis/Makefile b/net/kenosis/Makefile
new file mode 100644
index 00000000000..fd344508757
--- /dev/null
+++ b/net/kenosis/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/10 10:20:11 drochner Exp $
+#
+
+DISTNAME= kenosis-0.92
+PKGNAME= ${PYPKGPREFIX}-kenosis-0.92
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kenosis/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://kenosis.sourceforge.net/
+COMMENT= P2P RPC system
+
+USE_BUILDLINK3= yes
+PYTHON_VERSIONS_ACCEPTED= 23pth 24pth 22pth 21pth
+PYDISTUTILSPKG= yes
+PYSETUP= kenosis_setup.py
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"