freebsd-ports/devel/py-repoze.lru/Makefile
Cheng-Lung Sung 65cc755fda 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.

WWW:	http://pypi.python.org/pypi/repoze.lru
2011-03-21 02:43:44 +00:00

20 lines
438 B
Makefile

# New ports collection makefile for: py-repoze.lru
# Date created: 2011-03-21
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= repoze.lru
PORTVERSION= 0.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= A tiny LRU cache implementation and decorator
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>