blob: b17cfd74cf82cc820fb816912940037787b19405 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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>
|