mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
20 lines
448 B
Makefile
20 lines
448 B
Makefile
# Created by: Lars Erik Gullerud <lerik@nolink.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= radix
|
|
PORTVERSION= 0.5
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|