0b6b9de5db
repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently.
16 lines
439 B
Makefile
16 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/07/15 18:46:17 wiz Exp $
|
|
|
|
DISTNAME= repoze.lru-0.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/r/repoze.lru/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.repoze.org/
|
|
COMMENT= Tiny LRU cache implementation and decorator
|
|
LICENSE= original-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|