freebsd-ports/devel/py-sortedcontainers/Makefile
Antoine Brodin 30a7ca0bb0 New port: devel/py-sortedcontainers
SortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.
WWW: http://www.grantjenks.com/docs/sortedcontainers/
2015-03-27 13:12:29 +00:00

19 lines
415 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= sortedcontainers
PORTVERSION= 0.9.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python Sorted Container Types: SortedList, SortedDict, and SortedSet
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>