openbsd-ports/devel/py-radix/Makefile
djm 3e01a2ffa1 import of py-radix-0.4:
py-radix is an implementation of a radix tree data structure for
the storage and retrieval of IPv4 and IPv6 network prefixes.

The radix tree is the data structure most commonly used for
routing table lookups. It efficiently stores network prefixes of
varying lengths and allows fast lookups of containing networks.

feedback and ok alek@
2005-05-30 22:50:22 +00:00

27 lines
594 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/05/30 22:50:22 djm Exp $
SHARED_ONLY= Yes
COMMENT= "Radix tree implementation for Python"
DISTNAME= py-radix-0.4
CATEGORIES= devel net
MAINTAINER= Damien Miller <djm@openbsd.org>
MASTER_SITES= http://www2.mindrot.org/files/py-radix/
HOMEPAGE= http://www.mindrot.org/py-radix.html
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
do-regress: fake
@cd ${WRKSRC} && ${MAKE_ENV} \
PYTHONPATH=${WRKINST}${MODPY_SITEPKG} ${MODPY_BIN} ./test.py
.include <bsd.port.mk>