aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-optparse-applicative/Makefile
blob: 0828c665b971ff11604c2fa61a0f7eb0481395e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	optparse-applicative
PORTVERSION=	0.5.2.1
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Utilities and combinators for parsing command line options

LICENSE=	BSD

USE_CABAL=	transformers>=0.2

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