aboutsummaryrefslogtreecommitdiff
path: root/www/py-cachelib/Makefile
blob: 96b99e91dc6f4e7ea494e79b068df65d786024c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Gilbert Morgan <gmm@tutanota.com>
# $FreeBSD$
#

PORTNAME=	cachelib
PORTVERSION=	0.1
CATEGORIES=	www
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	gmm@tutanota.com
COMMENT=	Collection of cache libraries in the same API interface

LICENSE=        BSD3CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE

USES=           localbase python:3.6+
USE_PYTHON=     autoplist distutils

NO_ARCH=	yes
NO_BUILD=	yes

.include <bsd.port.mk>