aboutsummaryrefslogtreecommitdiff
path: root/devel/py-sortedcontainers/Makefile
blob: f31430c438ec65a7e5f37e81655319fb902c500f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: antoine@FreeBSD.org

PORTNAME=	sortedcontainers
PORTVERSION=	2.3.0
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:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>