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

PORTNAME=	enumerator
PORTVERSION=	0.4.19
PORTREVISION=	4
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

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