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

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

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

LICENSE=    MIT

USE_CABAL=  conduit>=1.0 conduit-extra resourcet>=0.3 system-filepath>=0.4 \
        tagstream-conduit>=0.4 text xml-conduit>=1.1 xml-types>=0.3

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