ports/devel/py-cachetools/Makefile
Roman Bogorodskiy 679831e599 Add py-cachetools 2.0.0, extensible memoizing collections and
decorators.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2016-10-18 15:02:06 +00:00

18 lines
391 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= cachetools
PORTVERSION= 2.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexander.nusov@nfvexpress.com
COMMENT= Extensible memoizing collections and decorators
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>