ports/textproc/cmark/Makefile
Daniel Engberg a82a7aa414 textproc/cmark: Update to 0.31.1
While at it modernize Makefile

Changelog: https://github.com/commonmark/cmark/releases/tag/0.31.1

PR:		280727
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-08-25 10:17:30 +02:00

24 lines
464 B
Makefile

PORTNAME= cmark
DISTVERSION= 0.31.1
CATEGORIES= textproc
MAINTAINER= adridg@FreeBSD.org
COMMENT= CommonMark parsing and rendering library and program in C
WWW= https://github.com/commonmark/cmark
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake:testing pathfix python:test
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= commonmark
PLIST_SUB= VERSION=${DISTVERSION}
CMAKE_OFF= BUILD_TESTING
CMAKE_ON= BUILD_SHARED_LIBS
.include <bsd.port.mk>