forked from Lainports/opnsense-ports
16 lines
339 B
Makefile
16 lines
339 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= enumerator
|
|
PORTVERSION= 0.4.20
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Reliable, high-performance processing with left-fold enumerators
|
|
|
|
LICENSE= MIT
|
|
|
|
IGNORE= Doesn't build with recent GHC version
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|