freebsd-ports/devel/py-cachetools3/Makefile
Sunpoet Po-Chuan Hsieh a3b8986dda Add py-cachetools3 3.1.1 (copied from py-cachetools)
- Add PORTSCOUT
2020-01-12 16:04:35 +00:00

24 lines
477 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= cachetools
PORTVERSION= 3.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 3
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extensible memoizing collections and decorators
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTSCOUT= limit:^3\.
.include <bsd.port.mk>