openbsd-ports/devel/hood/Makefile
kili 7bc3124a66 HOOD is a small post-mortem debugger for the lazy functional language
]Haskell. It is based on the concept of observation of intermediate
data structures, rather than the more traditional stepping and
variable examination paradigm used by imperative language debuggers.
2010-10-24 20:10:33 +00:00

23 lines
409 B
Makefile

# $OpenBSD
COMMENT = Haskell Object Observation Debugger
DISTNAME = hood-0.2
CATEGORIES = devel
HOMEPAGE = http://www.ittc.ku.edu/csdl/fpg/Hood
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
.include <bsd.port.mk>