pkgsrc-wip/py-cachelib/Makefile

18 lines
456 B
Makefile

# $NetBSD$
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= A collection of cache libraries in the same API interface
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"