forked from Lainports/opnsense-ports
16 lines
361 B
Makefile
16 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= optparse-applicative
|
|
PORTVERSION= 0.14.0.0
|
|
PORTREVISION= 3
|
|
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>
|