diff options
Diffstat (limited to 'devel/hs-cabal-install/Makefile')
-rw-r--r-- | devel/hs-cabal-install/Makefile | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/devel/hs-cabal-install/Makefile b/devel/hs-cabal-install/Makefile index e700d2bf2714..04ef8ec0e890 100644 --- a/devel/hs-cabal-install/Makefile +++ b/devel/hs-cabal-install/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= cabal-install -PORTVERSION= 2.4.0.0 -PORTREVISION= 4 +DISTVERSION= 3.0.2.0 +DISTVERSIONPREFIX= Cabal-v CATEGORIES= devel haskell +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= haskell@FreeBSD.org COMMENT= Command-line interface for Cabal and Hackage @@ -14,12 +15,18 @@ BUILD_DEPENDS= ghc:lang/ghc USES= cabal compiler:c11 -USE_CABAL= async-2.2.1_1 base16-bytestring-0.1.1.6 base64-bytestring-1.0.0.1 \ - cryptohash-sha256-0.11.101.0_2 digest-0.0.1.2 echo-0.1.3_1 \ - ed25519-0.0.5.0_2 edit-distance-0.2.2.1_1 hackage-security-0.5.3.0_4 \ - hashable-1.2.7.0_1 HTTP-4000.3.12_2 mintty-0.1.2 network-2.7.0.0 \ - network-uri-2.6.1.0_1 random-1.1_1 resolv-0.1.1.1_3 tar-0.5.1.0_1 \ - zip-archive-0.3.3_1 zlib-0.6.2 +USE_GITHUB= yes +GH_ACCOUNT= haskell +GH_PROJECT= cabal + +WRKSRC_SUBDIR= ${PORTNAME} + +USE_CABAL= async-2.2.2 base16-bytestring-0.1.1.6 base64-bytestring-1.0.0.1 \ + cryptohash-sha256-0.11.101.0_3 digest-0.0.1.2 echo-0.1.3_1 \ + ed25519-0.0.5.0_2 edit-distance-0.2.2.1_1 hackage-security-0.6.0.0_1 \ + hashable-1.3.0.0 HTTP-4000.3.14 lukko-0.1.1.1 mintty-0.1.2 network-2.7.0.0 \ + network-uri-2.6.1.0_1 random-1.1_1 resolv-0.1.1.3 tar-0.5.1.1_1 \ + zip-archive-0.3.3_1 zlib-0.6.2.1 CABAL_BOOTSTRAP= yes |