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.
15 lines
467 B
Makefile
15 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/11/17 09:26:01 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= HCL-1.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=HCL/1.3/}
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HCL
|
|
COMMENT= High-level Haskell library for building command line interfaces
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../wip/mk/haskell.mk" # This should be "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|