Index: head/devel/py-repoze.lru/Makefile =================================================================== --- head/devel/py-repoze.lru/Makefile (revision 467642) +++ head/devel/py-repoze.lru/Makefile (revision 467643) @@ -1,17 +1,20 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= repoze.lru PORTVERSION= 0.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tiny LRU cache implementation and decorator +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include Index: head/devel/py-repoze.lru/pkg-descr =================================================================== --- head/devel/py-repoze.lru/pkg-descr (revision 467642) +++ head/devel/py-repoze.lru/pkg-descr (revision 467643) @@ -1,5 +1,6 @@ -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. +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: https://pypi.python.org/pypi/repoze.lru +WWW: http://repoze.org/ +WWW: https://github.com/repoze/repoze.lru