forked from Lainports/opnsense-ports
14 lines
287 B
Makefile
14 lines
287 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cmark
|
|
PORTVERSION= 0.5.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Fast, accurate CommonMark (Markdown) parser and renderer
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|