Prune devel/py-EnthoughtBase
[dports.git] / devel / hs-optparse-applicative / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       optparse-applicative
4 PORTVERSION=    0.11.0.2
5 CATEGORIES=     devel haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        Utilities and combinators for parsing command line options
9
10 LICENSE=        BSD3CLAUSE
11
12 USE_CABAL=      ansi-wl-pprint>=0.6 transformers-compat>=0.3
13
14 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
15 .include <bsd.port.mk>