pkgsrc-wip/hs-HCL/Makefile
PHO / phonohawk ecfa9cc095 Import hs-HCL-1.4 as wip/hs-HCL.
This module provides a set of functions for building simple
command-line interfaces. It allows interfaces which collect values
(such as Integers, Dates, or other structured values), build lists of
values, and use simple menus. It is not intended to build complex
interfaces with full cursor control. It is oriented towards line-based
interfaces.
2009-11-10 03:35:09 +00:00

14 lines
391 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/11/10 03:35:09 phonohawk Exp $
#
DISTNAME= HCL-1.4
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= High-level Haskell library for building command line interfaces
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-QuickCheck1/buildlink3.mk"
.include "../../wip/hs-mtl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"