1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/hs-cmdargs/Makefile
Gabor Pali 51acbf3d88 - Update to 0.9.5
Obtained from:	FreeBSD Haskell
2012-06-03 21:37:12 +00:00

25 lines
446 B
Makefile

# New ports collection makefile for: hs-cmdargs
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cmdargs
PORTVERSION= 0.9.5
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>