opnsense-ports/textproc/hs-cmark/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

15 lines
295 B
Makefile

# $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>