aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-cabal-install/Makefile
blob: 45fbdbf9e22de6d566e2094e62bf481511618221 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    hs-cabal-install
# Date created:     2010-08-17
# Whom:         haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   cabal-install
PORTVERSION=    0.14.0
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 random>=1 HTTP>=4000.0.2 zlib>=0.4

STANDALONE= yes
EXECUTABLE= cabal

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>