aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-hint/Makefile
blob: 22f44e9673e37be92e6bc8188ac076fe82c16347 (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
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=   hint
PORTVERSION=    0.3.3.6
PORTREVISION=   5
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Runtime Haskell interpreter (GHC API wrapper)

LICENSE=    BSD

USE_CABAL=  ghc-mtl>=1.0.1.0 ghc-paths haskell-src MonadCatchIO-mtl>=0.3 \
        mtl random utf8-string

INSTALL_PORTEXAMPLES=   cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
    
INSTALL_PORTDATA=   ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/Changes \
                ${STAGEDIR}${DATADIR}

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