Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-conduit-combinators/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= conduit-combinators | PORTNAME= conduit-combinators | ||||
| PORTVERSION= 1.1.1 | PORTVERSION= 1.3.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Commonly used conduit functions, for both chunked and unchunked data | COMMENT= Commonly used conduit functions, for both chunked and unchunked data | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USE_CABAL= base16-bytestring base64-bytestring>=0.1.1.1 chunked-data \ | USE_CABAL= base16-bytestring base64-bytestring>=0.1.1.1 chunked-data \ | ||||
| conduit>=1.2.2 conduit-extra>=1.1.1 monad-control \ | conduit>=1.2.2 conduit-extra>=1.1.1 monad-control \ | ||||
| mono-traversable>=0.4 mwc-random primitive resourcet \ | mono-traversable>=0.4 mwc-random primitive resourcet \ | ||||
| text transformers-base unix-compat vector void | transformers-base unix-compat vector void | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||