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

PORTNAME=   optparse-applicative
PORTVERSION=    0.11.0.2
CATEGORIES= devel haskell

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

LICENSE=    BSD3CLAUSE

USE_CABAL=  ansi-wl-pprint>=0.6 transformers-compat>=0.3

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