cc3fb747f5
optparse-applicative is a haskell library for parsing options on the command line, providing a powerful applicative interface for composing these options. optparse-applicative takes care of reading and validating the arguments passed to the command line, handling and reporting errors, generating a usage line, a comprehensive help screen, and enabling context-sensitive bash completions.
13 lines
418 B
Makefile
13 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/19 15:40:14 pho Exp $
|
|
|
|
DISTNAME= optparse-applicative-0.15.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Utilities and combinators for parsing command line options
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../textproc/hs-ansi-wl-pprint/buildlink3.mk"
|
|
.include "../../devel/hs-transformers-compat/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|