c3be68827f
Changelog: https://github.com/mity/md4c/blob/release-0.5.3/CHANGELOG.md Commit log: https://github.com/mity/md4c/compare/481fbfb...release-0.5.3 PR: 294864 Approved by: Henrik Rosenke <rosenke@dssgmbh.de> (former maintainer, via xing.com profile) Sponsored by: UNIS Labs MFH: 2026Q2
22 lines
395 B
Makefile
22 lines
395 B
Makefile
PORTNAME= md4c
|
|
DISTVERSIONPREFIX= release-
|
|
DISTVERSION= 0.5.3
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= fsbruva@yahoo.com
|
|
COMMENT= Markdown Parser written in C
|
|
WWW= https://github.com/mity/md4c/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= cmake cpe
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mity
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= SOVER=${DISTVERSION}
|
|
|
|
.include <bsd.port.mk>
|