diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:41:48 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:41:48 +0000 |
commit | dceba5ad40be144faffe1f4368b39de77e078c91 (patch) | |
tree | 1406fc27ec0b37fcc0fc4968d68531258ac421be /textproc/hs-parsec/Makefile | |
parent | 7129276100ecd04104673231b95188ba3cf8d6eb (diff) | |
download | ports-dceba5ad40be144faffe1f4368b39de77e078c91.tar.gz ports-dceba5ad40be144faffe1f4368b39de77e078c91.zip |
Notes
Diffstat (limited to 'textproc/hs-parsec/Makefile')
-rw-r--r-- | textproc/hs-parsec/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/hs-parsec/Makefile b/textproc/hs-parsec/Makefile new file mode 100644 index 000000000000..762a7245abd0 --- /dev/null +++ b/textproc/hs-parsec/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hs-parsec-ghc +# Date created: 2010-05-14 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= parsec +PORTVERSION= 3.1.1 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Monadic parser combinators + +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= mtl + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |