pkgsrc-wip/HCL/Makefile
PHO / phonohawk 72f5e01212 Import HCL-1.3 as wip/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.
2008-11-17 09:26:01 +00:00

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"