Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-hint/Makefile
| # Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> | # Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= hint | PORTNAME= hint | ||||
| PORTVERSION= 0.7.0 | PORTVERSION= 0.7.0 | ||||
| PORTREVISION= 1 | PORTREVISION= 1 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Runtime Haskell interpreter (GHC API wrapper) | COMMENT= Runtime Haskell interpreter (GHC API wrapper) | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= exceptions extensible-exceptions ghc-mtl>=1.2.1 ghc-paths \ | USE_CABAL= exceptions extensible-exceptions ghc-mtl>=1.2.1 ghc-paths \ | ||||
| mtl random utf8-string | mtl random utf8-string | ||||
| IGNORE= Doesn't build with recent GHC version | |||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||