forked from Lainports/opnsense-ports
18 lines
496 B
Makefile
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>
|