aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-repoze.lru/Makefile
blob: 0aff07003dbb205b1be75d600fca2231ef5d3c06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>