Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-enumerator/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= enumerator | PORTNAME= enumerator | ||||
| PORTVERSION= 0.4.20 | PORTVERSION= 0.4.20 | ||||
| PORTREVISION= 4 | PORTREVISION= 5 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Reliable, high-performance processing with left-fold enumerators | COMMENT= Reliable, high-performance processing with left-fold enumerators | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USE_CABAL= text>=0.7 | IGNORE= Doesn't build with recent GHC version | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||