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

PORTNAME=	enumerator
PORTVERSION=	0.4.19
PORTREVISION=	5
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Reliable, high-performance processing with left-fold enumerators

LICENSE=	MIT

USE_CABAL=	text>=0.7 transformers>=0.2

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