ports/textproc/py-CommonMark/Makefile
Romain Tartière 2c93a03bbc
textproc/py-CommonMark: Allow installation with textproc/cmark
Both ports install bin/cmark.  Users of textproc/py-CommonMark are
supposely more interested in the python module rather than the command
line tool: nothing in the ports tree seems to use bin/cmark from this
port.

Rename the command to cmark-py to fix conflict

PR:		274848
Reported by:	jcfyecrayz@liamekaens.com
2023-11-10 15:54:11 -10:00

23 lines
534 B
Makefile

PORTNAME= CommonMark
PORTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= commonmark-${PORTVERSION}
MAINTAINER= romain@FreeBSD.org
COMMENT= Python parser for the CommonMark Markdown spec
WWW= https://github.com/rtfd/CommonMark-py
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>