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

PORTNAME=   optparse-applicative
PORTVERSION=    0.14.0.0
PORTREVISION=   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>