ports/devel/py-pylru-cache/Makefile
Philip Paeps b4aacafcb4 Add devel/py-pylru-cache.
This is an LRU cache for Python.  Provides a dictionary-like object
as well as a method decorator.
2016-09-20 15:25:28 +00:00

19 lines
362 B
Makefile

# Created by: philip@FreeBSD.org
# $FreeBSD$
PORTNAME= pylru-cache
PORTVERSION= 0.1.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py_lru_cache-${PORTVERSION}
MAINTAINER= philip@FreeBSD.org
COMMENT= LRU cache for Python
LICENSE= BSD
USES?= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>