# $Id: Portfile,v 1.2 2004/04/21 19:35:35 mww Exp $

PortSystem 1.0
PortGroup python 1.0

name		py-kjbuckets
version		2.2
categories	python
platforms	darwin freebsd
maintainers	mww@opendarwin.org
description	Python module that defines graph, set and dict datatypes
long_description	Python module that defines graph and set datatypes as \
			well as an alternative dictionary data type. These \
			types are tightly coupled at the level of C, allowing \
			fast and powerful algebraic combinations of container \
			objects.

homepage	http://gadfly.sourceforge.net/kjbuckets.html
master_sites	sourceforge:gadfly
distname	gadfly-1.0.0
checksums	md5 8dc11575e4d8042058f6ad11b32a8641

worksrcdir	${worksrcdir}/kjbuckets
