aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-html-conduit/Makefile
blob: 74e0992e4c1300831ded98a76cebba306b636152 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   html-conduit
PORTVERSION=    0.1.0.4
PORTREVISION=   1
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Parse HTML documents using xml-conduit datatypes

LICENSE=    MIT

CABAL_SETUP=    Setup.hs

USE_CABAL=  conduit>=0.5 filesystem-conduit>=0.5 resourcet>=0.3 \
        system-filepath>=0.4 tagstream-conduit>=0.4 text \
        transformers xml-conduit>=1.0 xml-types>=0.3

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>