freebsd-ports/devel/py-sortedcontainers/Makefile
2016-10-23 08:40:50 +00:00

20 lines
428 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= sortedcontainers
PORTVERSION= 1.5.4
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
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>