freebsd-ports/textproc/py-latexcodec/Makefile
2024-03-23 22:49:33 +08:00

23 lines
559 B
Makefile

PORTNAME= latexcodec
PORTVERSION= 3.0.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lexer and codec to work with LaTeX code in Python
WWW= https://github.com/mcmtroffaes/latexcodec
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>