aboutsummaryrefslogtreecommitdiff
path: root/devel/py-lru-dict/Makefile
blob: 658b2c5089feae19510533133a3cbb753c0effe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	lru-dict
DISTVERSION=	1.3.0
PORTREVISION=	1
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
USE_PYTHON=	autoplist concurrent distutils pytest

.include <bsd.port.mk>