freebsd-ports/www/py-cachelib/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

23 lines
416 B
Makefile

#
PORTNAME= cachelib
PORTVERSION= 0.1
CATEGORIES= www
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gmm@tutanota.com
COMMENT= Collection of cache libraries in the same API interface
WWW= https://pypi.org/project/cachelib/
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>