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

PORTNAME=	cmark
PORTVERSION=	0.5.5.1
PORTREVISION=	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>