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

PORTNAME=	xml-conduit
PORTVERSION=	1.1.0.3
PORTREVISION=	4
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Pure-Haskell utilities for dealing with XML with the conduit package

LICENSE=	BSD

USE_CABAL=	attoparsec>=0.10 attoparsec-conduit>=1.0 blaze-builder>=0.2 \
		blaze-builder-conduit>=1.0 blaze-html>=0.5 blaze-markup>=0.5 \
		conduit>=1.0 data-default failure>=0.1 monad-control>=0.3 \
		resourcet>=0.3 system-filepath>=0.4 text>=0.7 \
		transformers>=0.2 xml-types>=0.3.3

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