mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
daa312f573
software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs. WWW: http://www.haskell.org/cabal/ Obtained from: FreeBSD Haskell
25 lines
483 B
Makefile
25 lines
483 B
Makefile
# New ports collection makefile for: hs-cabal-install
|
|
# Date created: 2010-08-17
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cabal-install
|
|
PORTVERSION= 0.10.2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= The command-line interface for Cabal and Hackage
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
USE_CABAL= network>=1 HTTP>=4000.0.2 zlib>=0.4
|
|
|
|
STANDALONE= yes
|
|
EXECUTABLE= cabal
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|