# $MidnightBSD: trunk/devel/py-backports.functools_lru_cache/Makefile 22488 2017-06-11 20:33:29Z laffer1 $

PORTNAME=	backports.functools_lru_cache
PORTVERSION=	1.3
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Backport of the lru_cache function from Python 3.3's functools

LICENSE=	mit

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.9:devel/py-setuptools_scm

USES=		python:2.7
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>
