154b1a334b
Approved by: portmgr (blanket)
17 lines
292 B
Makefile
17 lines
292 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 cpe
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mity
|
|
|
|
.include <bsd.port.mk>
|