aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-haskell-platform/Makefile
blob: a185f263ee9bf9adccee6e73d9d9302411bfc03e (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for: haskell-platform
# Date created:        April 23, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   haskell-platform
PORTVERSION=    2011.2.0.1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    The Haskell Platform

LICENSE=    BSD

METAPORT=   yes
USE_CABAL=  cgi==3001.1.7.4,1 \
        fgl==5.4.2.3_1 \
        GLUT==2.1.2.1,1 \
        haskell-src==1.0.1.4 \
        html==1.0.1.2 \
        HUnit==1.2.2.3 \
        mtl==2.0.1.0 \
        network==2.3.0.2 \
        OpenGL==2.2.3.0,1 \
        parallel==3.1.0.1 \
        parsec==3.1.1 \
        QuickCheck==2.4.0.1 \
        regex-base==0.93.2 \
        regex-compat==0.93.1 \
        regex-posix==0.94.4 \
        stm==2.2.0.1 \
        syb==0.3 \
        xhtml==3000.2.0.1 \
        zlib==0.5.3.1 \
        HTTP==4000.1.1 \
        deepseq==1.1.0.2 \
        text=0.11.0.6 \
        transformers==0.2.2.0 \
        cabal-install==0.10.2 \
        alex==2.3.5 \
        happy==1.18.6

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