freebsd-ports/textproc/cmark/Makefile
Tobias Kortkamp 07389cd463
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables

I'm assuming the entries are correct otherwise.

Reported by:	portscan
2022-01-17 14:20:24 +01:00

22 lines
470 B
Makefile

PORTNAME= cmark
DISTVERSION= 0.30.2
CATEGORIES= textproc
MAINTAINER= adridg@FreeBSD.org
COMMENT= CommonMark parsing and rendering library and program in C
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake python:3.4+,test
USE_GITHUB= yes
GH_ACCOUNT= commonmark
USE_LDCONFIG= yes
CONFLICTS_INSTALL= py*-CommonMark # bin/cmark
CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING="lib"
PLIST_SUB= VERSION=${PORTVERSION}
TEST_TARGET= test
.include <bsd.port.mk>