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

PORTNAME=   html-conduit
PORTVERSION=    1.1.0.5
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>