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

MAINTAINER=	dbaio@FreeBSD.org
COMMENT=	Simple dictionary with LRU behaviour in Python
WWW=		https://pypi.org/project/darts.util.lru/

LICENSE=	MIT

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

.include <bsd.port.mk>