aboutsummaryrefslogtreecommitdiff
path: root/devel/py-lru-dict/Makefile
blob: cbb67ac71f8b2a95c5fd748552c181e6edf85d1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	lru-dict
DISTVERSION=	1.1.8
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	driesm@FreeBSD.org
COMMENT=	Fast and memory efficient LRU cache for Python
WWW=		https://github.com/amitdev/lru-dict

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils pytest

.include <bsd.port.mk>