27 lines
544 B
Makefile
27 lines
544 B
Makefile
COMMENT= extensible memoizing collections and decorators
|
|
|
|
MODPY_EGG_VERSION= 5.3.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_PYBUILD= 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>
|