2012-06-03 21:28:57 +02:00
|
|
|
# New ports collection makefile for: hs-xml-conduit
|
|
|
|
# Date created: December 30, 2011
|
|
|
|
# Whom: haskell@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xml-conduit
|
|
|
|
PORTVERSION= 0.7.0.3
|
2012-08-03 04:30:07 +02:00
|
|
|
PORTREVISION= 1
|
2012-06-03 21:28:57 +02:00
|
|
|
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>=0.4 blaze-builder>=0.2 \
|
|
|
|
blaze-builder-conduit>=0.4 conduit>=0.4 data-default>=0.2 \
|
|
|
|
failure>=0.1 monad-control>=0.3 resourcet>=0.3 \
|
|
|
|
system-filepath>=0.4 text>=0.7 transformers>=0.2 \
|
|
|
|
xml-types>=0.3.1
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.include <bsd.port.mk>
|