blob: bae269b871e610e76677e1728cb499ebab3f3b94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= pylru-cache
PORTVERSION= 0.1.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py_lru_cache-${PORTVERSION}
MAINTAINER= philip@FreeBSD.org
COMMENT= LRU cache for Python
WWW= https://pypi.org/project/py_lru_cache/
LICENSE= BSD3CLAUSE GPLv3
LICENSE_COMB= dual
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|