dc966679dc
language. ok jasper@ jim@
24 lines
461 B
Makefile
24 lines
461 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/09/24 19:04:12 kili Exp $
|
|
|
|
COMMENT= fast HTML combinator library
|
|
|
|
DISTNAME= blaze-html-0.4.1.6
|
|
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 \
|
|
devel/hs-text
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|