7fee7b1dbb
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.
19 lines
618 B
Makefile
19 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/10/01 04:41:27 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= HSH-2.0.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://software.complete.org/hsh
|
|
COMMENT= Library to mix shell scripting with Haskell programs
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-MissingH/buildlink3.mk"
|
|
.include "../../wip/hs-hslogger/buildlink3.mk"
|
|
.include "../../wip/hs-mtl/buildlink3.mk"
|
|
.include "../../wip/hs-regex-base/buildlink3.mk"
|
|
.include "../../wip/hs-regex-compat/buildlink3.mk"
|
|
.include "../../wip/hs-regex-posix/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|