diff options
Diffstat (limited to 'textproc/hs-cmark/Makefile')
-rw-r--r-- | textproc/hs-cmark/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/hs-cmark/Makefile b/textproc/hs-cmark/Makefile index 05a3857ef691..1f1e39068edf 100644 --- a/textproc/hs-cmark/Makefile +++ b/textproc/hs-cmark/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cmark -PORTVERSION= 0.5.5.1 -PORTREVISION= 1 +PORTVERSION= 0.5.6 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,5 @@ 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> |