aboutsummaryrefslogblamecommitdiff
path: root/www/py-cachelib/Makefile
blob: fa4d0acabf32cd495eb84c29789d1dc45909223d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                               








                                       
                                                                       



                                 
                                     





                                   
# Created by: Gilbert Morgan <gmm@tutanota.com>
#

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>