freebsd-ports/devel/hs-cmdargs/Makefile
Ashish SHUKLA 0c77e5f383 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/

Approved by:	pgj (mentor)
Obtained from:	FreeBSD Haskell
2011-05-08 19:06:59 +00:00

23 lines
440 B
Makefile

# 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>