# $FreeBSD: head/textproc/hs-skylighting/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	skylighting
PORTVERSION=	0.3.3.1
PORTREVISION=	1
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Syntax highlighting library with support for over one hundred languages

LICENSE=	BSD3CLAUSE

USE_CABAL=	aeson attoparsec blaze-html case-insensitive hxt mtl \
		pretty-show regex-pcre regex-pcre-builtin safe text utf8-string

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
