1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/py-radix/Makefile
Jimmy Olgeni 7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
2014-07-10 12:13:11 +00:00

20 lines
431 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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>