opnsense-ports/textproc/hs-skylighting/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

18 lines
496 B
Makefile

# $FreeBSD$
PORTNAME= skylighting
PORTVERSION= 0.7.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 ansi-terminal attoparsec base64-bytestring blaze-html \
case-insensitive colour hxt mtl pretty-show regex-pcre \
regex-pcre-builtin safe skylighting-core utf8-string
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>