summaryrefslogtreecommitdiff
path: root/textproc/hs-HsYAML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-HsYAML/Makefile')
-rw-r--r--textproc/hs-HsYAML/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/hs-HsYAML/Makefile b/textproc/hs-HsYAML/Makefile
new file mode 100644
index 000000000000..7a80724477b8
--- /dev/null
+++ b/textproc/hs-HsYAML/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= HsYAML
+PORTVERSION= 0.1.1.2
+PORTREVISION= 1
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Pure Haskell YAML 1.2 parser
+
+LICENSE= GPLv2
+
+USE_CABAL= dlist
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>