28 lines
564 B
Makefile
28 lines
564 B
Makefile
COMMENT = extensible memoizing collections and decorators
|
|
|
|
MODPY_EGG_VERSION = 5.2.0
|
|
DISTNAME = cachetools-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/tkem/cachetools
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
FLAVOR = python3
|
|
FLAVORS = python3
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PEP517 = setuptools
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${MODPY_PY_PREFIX}cachetools/
|
|
${INSTALL_DATA} ${WRKSRC}/README.rst \
|
|
${PREFIX}/share/doc/${MODPY_PY_PREFIX}cachetools/
|
|
|
|
.include <bsd.port.mk>
|