opnsense-ports/textproc/hs-xmlhtml/Makefile
Franco Fichtner 5ae89bfa21 */*: sync with upstream
Taken from: HardenedBSD
2018-05-27 12:33:45 +02:00

15 lines
337 B
Makefile

# $FreeBSD$
PORTNAME= xmlhtml
PORTVERSION= 0.2.5.2
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= XML parser and renderer with HTML 5 quirks mode
LICENSE= BSD3CLAUSE
USE_CABAL= blaze-builder blaze-html blaze-markup unordered-containers
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>