openbsd-ports/devel/hs-shellish/Makefile
kili a0e01bad5f The shellish package provides a single module for convenient "systems"
programming in Haskell, similar in spirit to POSIX shells or PERL.

* Elegance and safety is sacrificed for conciseness and
  swiss-army-knife-ness.

* The interface exported by Shellish is thread-safe.

Overall, the module should help you to get a job done quickly,
without getting too dirty.

some nits and ok sthen@
2012-05-07 18:49:02 +00:00

26 lines
540 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/05/07 18:49:02 kili Exp $
COMMENT = shell-/perl- like (systems) programming in Haskell
DISTNAME = shellish-0.1.4
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += devel/hs-mtl \
devel/hs-unix-compat \
devel/hs-strict
.include <bsd.port.mk>