21 lines
400 B
Makefile
21 lines
400 B
Makefile
# Created by: philip@FreeBSD.org
|
|
|
|
PORTNAME= pylru-cache
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py_lru_cache-${PORTVERSION}
|
|
|
|
MAINTAINER= philip@FreeBSD.org
|
|
COMMENT= LRU cache for Python
|
|
|
|
LICENSE= BSD3CLAUSE GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|