1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/hs-cabal-install/Makefile
Gabor Pali daa312f573 The 'cabal' command-line program simplifies the process of managing Haskell
software by automating the fetching, configuration, compilation and
installation of Haskell libraries and programs.

WWW:	http://www.haskell.org/cabal/

Obtained from:	FreeBSD Haskell
2011-05-14 16:34:09 +00:00

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>