aboutsummaryrefslogtreecommitdiff
path: root/devel/py-darts.util.lru/Makefile
blob: 8debfcf7ab22ca7a5f07f89f950c19c1e49665fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	darts.util.lru
PORTVERSION=	0.5
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dbaio@FreeBSD.org
COMMENT=	Simple dictionary with LRU behaviour in Python

LICENSE=	MIT

NO_ARCH=	yes
USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>