pkgsrc-wip/hs-parseargs/buildlink3.mk
Ryosuke Moro c620547a22 Update to 0.1.5.2
changes from README:
 - The 0.1.5.2 release fixes some missing documentation.
 - The 0.1.5.1 release fixes some warnings and stuff.
 - The 0.1.5 release includes the "soft dash" option, giving the ability to
   allow positional arguments to begin with a dash if possible.
 - The 0.1.4 release includes the ability to mix optional and required
   positional arguments.
 - The various 0.1.3.x point releases include bug fixes and various
   extra-minor enhancements. See the Git log.
 - The 0.1.3 release includes more uniform and usable error handling.
2013-11-06 12:06:44 +00:00

12 lines
352 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2013/11/06 12:06:44 szptvlfn Exp $
BUILDLINK_TREE+= hs-parseargs
.if !defined(HS_PARSEARGS_BUILDLINK3_MK)
HS_PARSEARGS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-parseargs+= hs-parseargs>=0.1.5
BUILDLINK_PKGSRCDIR.hs-parseargs?= ../../wip/hs-parseargs
.endif # HS_PARSEARGS_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-parseargs