# $FreeBSD: net/hs-network-conduit/Makefile 331644 2013-10-26 00:52:33Z gerald $

PORTNAME=	network-conduit
PORTVERSION=	1.0.0
PORTREVISION=	2
CATEGORIES=	net haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Stream socket data using conduits

LICENSE=	BSD

USE_CABAL=	conduit>=1.0 lifted-base>=0.1 monad-control>=0.3 \
		network>=2.3 transformers>=0.2.2

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