diff options
-rw-r--r-- | devel/hs-cmdargs/Makefile | 23 | ||||
-rw-r--r-- | devel/hs-cmdargs/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-cmdargs/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/hs-cmdargs/Makefile b/devel/hs-cmdargs/Makefile new file mode 100644 index 000000000000..2be8b65e2774 --- /dev/null +++ b/devel/hs-cmdargs/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: hs-cmdargs +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= cmdargs +PORTVERSION= 0.6.8 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Command line argument processing + +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= transformers + +EXECUTABLE= cmdargs + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-cmdargs/distinfo b/devel/hs-cmdargs/distinfo new file mode 100644 index 000000000000..9774c445ec73 --- /dev/null +++ b/devel/hs-cmdargs/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/cmdargs-0.6.8.tar.gz) = bcafd21ea884b119c966ef9bf46e895978bbac7b51cf2990450052a86203e506 +SIZE (cabal/cmdargs-0.6.8.tar.gz) = 43684 diff --git a/devel/hs-cmdargs/pkg-descr b/devel/hs-cmdargs/pkg-descr new file mode 100644 index 000000000000..10cae15333ad --- /dev/null +++ b/devel/hs-cmdargs/pkg-descr @@ -0,0 +1,5 @@ +This library provides an easy way to define command line parsers. Most users +will want to use the "System.Console.CmdArgs.Implicit" module, whose +documentation contains an example. + +WWW: http://community.haskell.org/~ndm/cmdargs/ |