mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
This is an LRU cache for Python. Provides a dictionary-like object as well as a method decorator.
19 lines
362 B
Makefile
19 lines
362 B
Makefile
# Created by: philip@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
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= BSD
|
|
|
|
USES?= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|