3e2638ac39
py-cachelib is a collection of cache libraries in the same API interface. Extracted from werkzeug.
16 lines
453 B
Makefile
16 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/02/25 14:59:15 khorben Exp $
|
|
|
|
DISTNAME= cachelib-0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cachelib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pallets/cachelib
|
|
COMMENT= Collection of cache libraries in the same API interface
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|