forked from Lainports/freebsd-ports
17 lines
386 B
Makefile
17 lines
386 B
Makefile
PORTNAME= lru-dict
|
|
DISTVERSION= 1.3.0
|
|
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>
|