17 lines
256 B
Makefile
17 lines
256 B
Makefile
PORTNAME= md4c
|
|
DISTVERSIONPREFIX= release-
|
|
DISTVERSION= 0.4.7
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= rosenke@dssgmbh.de
|
|
COMMENT= Markdown Parser written in C
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mity
|
|
|
|
.include <bsd.port.mk>
|