Files
ports/textproc/py-wheezy.template/Makefile
T

26 lines
727 B
Makefile

PORTNAME= wheezy.template
PORTVERSION= 3.2.5
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= wheezy_template-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lightweight template library
WWW= https://wheezytemplate.readthedocs.io/en/latest/ \
https://github.com/akornatskyy/wheezy.template
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent cython pep517
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>