# $FreeBSD: tags/RELEASE_10_1_0/textproc/hs-tagstream-conduit/Makefile 367888 2014-09-10 20:50:31Z gerald $

PORTNAME=	tagstream-conduit
PORTVERSION=	0.5.5.1
PORTREVISION=	1
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Streamlined HTML tag parser

LICENSE=	BSD3CLAUSE

USE_CABAL=	attoparsec blaze-builder case-insensitive conduit>=0.5 \
		conduit-extra data-default>=0.5.0 resourcet text \
		xml-conduit>=1.1.0.0

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