Files
ports/textproc/md4c/Makefile
T
Matt Kempe c3be68827f textproc/md4c: Update 0.5.2.20240225 => 0.5.3, take maintainership
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
2026-05-19 10:47:23 +03:00

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>