freebsd-ports/devel/hs-cmdargs/Makefile
Ashish SHUKLA 4cd0f5102e - Update to 0.7
Obtained from:	FreeBSD Haskell
2011-07-10 16:45:28 +00:00

23 lines
443 B
Makefile

# New ports collection makefile for: hs-cmdargs
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cmdargs
PORTVERSION= 0.7
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Command line argument processing
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= transformers>=0.2
EXECUTABLE= cmdargs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>