diff options
Diffstat (limited to 'textproc/hs-cmark-gfm/Makefile')
-rw-r--r-- | textproc/hs-cmark-gfm/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/hs-cmark-gfm/Makefile b/textproc/hs-cmark-gfm/Makefile new file mode 100644 index 000000000000..13b6c63d3095 --- /dev/null +++ b/textproc/hs-cmark-gfm/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= cmark-gfm +PORTVERSION= 0.1.3 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Fast, accurate GitHub Flavored Markdown parser and renderer + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |