Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-conduit/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= conduit | PORTNAME= conduit | ||||
| PORTVERSION= 1.2.11 | PORTVERSION= 1.3.0.2 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Streaming data processing library | COMMENT= Streaming data processing library | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USE_CABAL= exceptions>=0.6 lifted-base>=0.1 mmorph mtl resourcet>=1.1 \ | USE_CABAL= exceptions>=0.6 lifted-base>=0.1 mmorph mono-traversable mtl \ | ||||
| transformers-base>=0.4.1 void>=0.5.5 | resourcet>=1.1 transformers-base>=0.4.1 vector void>=0.5.5 | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||