aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-skylighting/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-skylighting/Makefile')
-rw-r--r--textproc/hs-skylighting/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/hs-skylighting/Makefile b/textproc/hs-skylighting/Makefile
new file mode 100644
index 000000000000..2b5436f29295
--- /dev/null
+++ b/textproc/hs-skylighting/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= skylighting
+PORTVERSION= 0.3.3.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>