mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
23 lines
512 B
Makefile
23 lines
512 B
Makefile
|
# Ports collection makefile for: py-radix
|
||
|
# Date created: 10. August, 2005
|
||
|
# Whom: Lars Erik Gullerud <lerik@nolink.net>
|
||
|
#
|
||
|
# $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 <bsd.port.mk>
|