opnsense-ports/textproc/hs-blaze-html/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

16 lines
337 B
Makefile

# $FreeBSD$
PORTNAME= blaze-html
PORTVERSION= 0.9.0.1
PORTREVISION= 3
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
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>