aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-cmark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-cmark/Makefile')
-rw-r--r--textproc/hs-cmark/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/hs-cmark/Makefile b/textproc/hs-cmark/Makefile
new file mode 100644
index 000000000000..63c40dbb29ff
--- /dev/null
+++ b/textproc/hs-cmark/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= cmark
+PORTVERSION= 0.4.0.1
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Fast, accurate CommonMark (Markdown) parser and renderer
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= text>=1.0
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>