aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-doctemplates/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-doctemplates/Makefile')
-rw-r--r--textproc/hs-doctemplates/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/hs-doctemplates/Makefile b/textproc/hs-doctemplates/Makefile
new file mode 100644
index 000000000000..4b931d33a871
--- /dev/null
+++ b/textproc/hs-doctemplates/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= doctemplates
+PORTVERSION= 0.1.0.2
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= The doctemplates package
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= aeson blaze-html blaze-markup parsec scientific text \
+ unordered-containers vector
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>