aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-attoparsec-enumerator/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-08-13 19:35:15 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-08-13 19:35:15 +0000
commit6f1c542521bedbf6f74e5cf2d78c4d3555345332 (patch)
tree8f7a9056f800406414639216f05bb521a36c6315 /textproc/hs-attoparsec-enumerator/Makefile
parent177dc280cf214968add127be3f531619537a21c4 (diff)
Notes
Diffstat (limited to 'textproc/hs-attoparsec-enumerator/Makefile')
-rw-r--r--textproc/hs-attoparsec-enumerator/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/hs-attoparsec-enumerator/Makefile b/textproc/hs-attoparsec-enumerator/Makefile
new file mode 100644
index 000000000000..26bd679fb535
--- /dev/null
+++ b/textproc/hs-attoparsec-enumerator/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-attoparsec-enumerator
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= attoparsec-enumerator
+PORTVERSION= 0.2.0.4
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Convert an Attoparsec parser into an iteratee
+
+LICENSE= MIT
+FILE_LICENSE= license.txt
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= attoparsec>=0.8 enumerator>=0.4
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>