opnsense-ports/textproc/hs-blaze-html/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

15 lines
332 B
Makefile

# $FreeBSD$
PORTNAME= blaze-html
PORTVERSION= 0.8.1.0
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Blazingly fast HTML combinator library for Haskell
LICENSE= BSD3CLAUSE
USE_CABAL= blaze-builder>=0.3 blaze-markup>=0.7 text>=0.10
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>