aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-optparse-applicative/Makefile
blob: b195fe4858eb706821d97108aa58768cacebdf11 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                    
                        
                 




                                                                          
                          
 
                                                            


                                                 
# $FreeBSD$

PORTNAME=	optparse-applicative
PORTVERSION=	0.14.0.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>