blob: acf3162e2b8dcec57e4e77bc5ce07571954b2efa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: hs-blaze-builder-enumerator
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= blaze-builder-enumerator
PORTVERSION= 0.2.0.4
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Enumeratees for the incremental conversion of builders to bytestrings
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= blaze-builder>=0.2.1.4 enumerator>=0.4.3.1 transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|