1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/py-radix/Makefile
Marcus von Appen 2f71940292 - Convert ports of net/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:21:26 +00:00

19 lines
413 B
Makefile

# Created by: Lars Erik Gullerud <lerik@nolink.net>
# $FreeBSD$
PORTNAME= radix
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://www2.mindrot.org/files/py-radix/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-${PORTNAME}-${PORTVERSION}
MAINTAINER= lerik@nolink.net
COMMENT= Python radix-tree implementation
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>