Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-cabal-install/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= cabal-install | PORTNAME= cabal-install | ||||
| PORTVERSION= 1.24.0.2 | PORTVERSION= 2.2.0.0 | ||||
| PORTREVISION= 1 | PORTREVISION= 1 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Command-line interface for Cabal and Hackage | COMMENT= Command-line interface for Cabal and Hackage | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= async base16-bytestring cryptohash-sha256 hackage-security \ | USE_CABAL= async base16-bytestring base64-bytestring \ | ||||
| hashable HTTP mtl network network-uri old-time random stm \ | cryptohash-sha256 echo ed25519 edit-distance \ | ||||
| tar zlib | hackage-security hashable HTTP mtl network network-uri \ | ||||
| random resolv tar zlib | |||||
| STANDALONE= yes | STANDALONE= yes | ||||
| EXECUTABLE= cabal | EXECUTABLE= cabal | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||