freebsd-ports/devel/py-repoze.lru/Makefile
Martin Wilke 83d731b5e8 - Stage Support
- Convert to autoplist
- Bump PORTREV
2014-02-19 05:31:15 +00:00

18 lines
383 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= repoze.lru
PORTVERSION= 0.6
PORTREVISION= 1
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= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>