aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-cmark/Makefile
blob: 101c4a05f7008e2799325e7f983e2b904760b566 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   cmark
PORTVERSION=    0.5.5.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>