blob: 36afa5a6528a061e56a448ec46ca5907a7549597 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= conduit
PORTVERSION= 1.3.0.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Streaming data processing library
LICENSE= MIT
USE_CABAL= exceptions>=0.6 lifted-base>=0.1 mmorph mono-traversable mtl \
resourcet>=1.1 transformers-base>=0.4.1 vector void>=0.5.5
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|