freebsd-ports/devel/py-backports.functools_lru_cache/Makefile

19 lines
432 B
Makefile

# $FreeBSD$
PORTNAME= backports.functools_lru_cache
PORTVERSION= 1.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mva@FreeBSD.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>