Import www/p5-Catalyst-View-TT-Alloy version 0.00007_1
[dports.git] / textproc / hs-xmlhtml / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       xmlhtml
4 PORTVERSION=    0.2.3.4
5 CATEGORIES=     textproc haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        XML parser and renderer with HTML 5 quirks mode
9
10 LICENSE=        BSD3CLAUSE
11
12 USE_CABAL=      blaze-builder>=0.2 blaze-html>=0.5 blaze-markup>=0.5 \
13                 parsec>=3.1.2 text>=0.11 unordered-containers>=0.1.4
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>