pkgsrc-wip/HSH/Makefile
PHO / phonohawk 9a0ee1d5b7 Import HSH-1.2.6 as wip/HSH.
HSH is designed to let you mix and match shell expressions with
Haskell programs. With HSH, it is possible to easily run shell
commands, capture their output or provide their input, and pipe them
to and from other shell commands and arbitrary Haskell functions at
will.
2008-11-17 08:50:22 +00:00

17 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/11/17 08:50:22 phonohawk Exp $
#
DISTNAME= HSH-1.2.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=HSH/1.2.6/}
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://software.complete.org/hsh
COMMENT= Library to mix shell scripting with Haskell programs
USE_LANGUAGES= # none
.include "../../wip/mk/haskell.mk" # This should be "../../mk/haskell.mk"
.include "../../wip/MissingH/buildlink3.mk"
.include "../../wip/hslogger/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"