aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-hint/Makefile
blob: 19f45b47e07c9b0d430401d6719594ace22e1d72 (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-hint
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   hint
PORTVERSION=    0.3.2.1
CATEGORIES= devel haskell

MAINTAINER= jacula@gmail.com
COMMENT=    Runtime Haskell interpreter (GHC API wrapper)

USE_HACKAGE=    ghc-mtl>=1.0.1.0 ghc-paths MonadCatchIO-mtl>=0.2 utf8-string

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

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