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.
16 lines
650 B
Makefile
16 lines
650 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 15:40:14 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-optparse-applicative
|
|
|
|
.if !defined(HS_OPTPARSE_APPLICATIVE_BUILDLINK3_MK)
|
|
HS_OPTPARSE_APPLICATIVE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.15.1
|
|
BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.15.1.0
|
|
BUILDLINK_PKGSRCDIR.hs-optparse-applicative?= ../../devel/hs-optparse-applicative
|
|
|
|
.include "../../textproc/hs-ansi-wl-pprint/buildlink3.mk"
|
|
.include "../../devel/hs-transformers-compat/buildlink3.mk"
|
|
.endif # HS_OPTPARSE_APPLICATIVE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-optparse-applicative
|