aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-enumerator/Makefile
blob: 78876b4978e516f75d3706b37743ae4095adf9d2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
           

                          
                      
                 





                                                                                
 
                         


                                                 
# $FreeBSD$

PORTNAME=	enumerator
PORTVERSION=	0.4.20
PORTREVISION=	2
CATEGORIES=	devel haskell

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

LICENSE=	MIT

USE_CABAL=	text>=0.7

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