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

PORTNAME=	pool-conduit
PORTVERSION=	0.1.1
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Resource pool allocations via ResourceT

LICENSE=	MIT

USE_CABAL=	resource-pool>=0.2.1 resourcet>=0.3 transformers>=0.2.1

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