openbsd-ports/textproc/hs-blaze-markup/Makefile
kili ed111d7e76 Core modules of a blazingly fast markup combinator library for the
Haskell programming language.

ok matthew, sthen.
2012-08-30 21:14:16 +00:00

24 lines
487 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/08/30 21:14:16 kili Exp $
COMMENT= fast markup combinator library
DISTNAME= blaze-markup-0.5.1.0
CATEGORIES= textproc
# 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
RUN_DEPENDS = devel/hs-blaze-builder>=0.2,<0.4 \
devel/hs-text>=0.10,<0.12
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>