John Hein 151a5279de textproc/py-sphinx-markdown-tables: Install LICENSE file to correct path
PR:		281042
Reported by:	John Hein <jcfyecrayz@liamekaens.com>
2025-05-04 09:33:57 +00:00

23 lines
526 B
Makefile

PORTNAME= sphinx-markdown-tables
PORTVERSION= 0.0.17
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Sphinx extension for rendering tables written in markdown
WWW= https://github.com/ryanfox/sphinx-markdown-tables
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.4:textproc/py-markdown@${PY_FLAVOR}
USES= dos2unix python
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
.include <bsd.port.mk>