summaryrefslogtreecommitdiff
path: root/www/py-cachelib/Makefile
blob: e8e9d5c15690a0e64ec40d93dafe8093dee37408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	cachelib
PORTVERSION=	0.10.2
CATEGORIES=	www
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Collection of cache libraries in the same API interface
WWW=		https://github.com/pallets-eco/cachelib/

LICENSE=	BSD3CLAUSE

USES=		localbase python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes
NO_BUILD=	yes

.include <bsd.port.mk>