diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-13 19:35:15 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-13 19:35:15 +0000 |
commit | 6f1c542521bedbf6f74e5cf2d78c4d3555345332 (patch) | |
tree | 8f7a9056f800406414639216f05bb521a36c6315 /textproc/hs-attoparsec-enumerator/Makefile | |
parent | 177dc280cf214968add127be3f531619537a21c4 (diff) |
Notes
Diffstat (limited to 'textproc/hs-attoparsec-enumerator/Makefile')
-rw-r--r-- | textproc/hs-attoparsec-enumerator/Makefile | 22 |
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> |