From c230a2a0b9968b4325a5ebdc9aaedae9fdace455 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 29 Aug 2005 13:53:14 +0000 Subject: Add py-radix - a python radix tree implementation. PR: 84779 Submitted by: Lars Erik Gullerud Approved by: perky (mentor) --- net/py-radix/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net/py-radix/Makefile (limited to 'net/py-radix/Makefile') diff --git a/net/py-radix/Makefile b/net/py-radix/Makefile new file mode 100644 index 000000000000..74ea0947cbee --- /dev/null +++ b/net/py-radix/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: py-radix +# Date created: 10. August, 2005 +# Whom: Lars Erik Gullerud +# +# $FreeBSD$ +# + +PORTNAME= radix +PORTVERSION= 0.4 +CATEGORIES= net python +MASTER_SITES= http://www2.mindrot.org/files/py-radix/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= py-${PORTNAME}-${PORTVERSION} + +MAINTAINER= lerik@nolink.net +COMMENT= A Python radix-tree implementation + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PLIST_FILES= %%PYTHON_SITELIBDIR%%/radix.so + +.include -- cgit v1.2.3