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

PORTNAME=   conduit
PORTVERSION=    1.2.11
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Streaming data processing library

LICENSE=    MIT

USE_CABAL=  exceptions>=0.6 lifted-base>=0.1 mmorph mtl resourcet>=1.1 \
        transformers-base>=0.4.1 void>=0.5.5

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