freebsd-ports/devel/py-repoze.lru/Makefile

21 lines
438 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-repoze.lru
# Date created: 2011-03-21
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= repoze.lru
2011-09-26 05:54:23 +02:00
PORTVERSION= 0.4
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>