aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-optparse-applicative/Makefile
blob: dd7a988a452f78eb2ce8f6b1220106693c03b1f2 (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.3.0
PORTREVISION=   1
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>