Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-classy-prelude-conduit/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= classy-prelude-conduit | PORTNAME= classy-prelude-conduit | ||||
| PORTVERSION= 1.2.0 | PORTVERSION= 1.4.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Conduit instances for classy-prelude | COMMENT= Conduit instances for classy-prelude | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USE_CABAL= classy-prelude>=0.12.0 conduit>=1.0 \ | USE_CABAL= classy-prelude>=0.12.0 conduit>=1.0 \ | ||||
| conduit-combinators>=0.2.8 monad-control resourcet void | conduit-combinators>=0.2.8 monad-control resourcet void | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||