Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-conduit-extra/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= conduit-extra | PORTNAME= conduit-extra | ||||
| PORTVERSION= 1.1.16 | PORTVERSION= 1.3.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Batteries included conduit: adapters for common libraries | COMMENT= Batteries included conduit: adapters for common libraries | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USE_CABAL= attoparsec>=0.10 blaze-builder>=0.3 conduit>=1.1 \ | USE_CABAL= attoparsec>=0.10 blaze-builder>=0.3 conduit>=1.1 \ | ||||
| monad-control network>=2.3 primitive>=0.5 resourcet>=1.1 \ | monad-control network>=2.3 primitive>=0.5 resourcet>=1.1 \ | ||||
| stm streaming-commons>=0.1.11 text transformers-base | stm streaming-commons>=0.1.11 transformers-base typed-process | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||