aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-cmdargs/Makefile
blob: 8f04781884f4807879c8c028356bfe7ed461042b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   cmdargs
PORTVERSION=    0.10.3
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Command line argument processing

LICENSE=    BSD

USE_CABAL=  transformers>=0.2

NO_STAGE=   yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>