freebsd-ports/lang/hs-epic/Makefile
Gabor Pali 8b1c971497 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
  libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence

Obtained from:	FreeBSD Haskell
2014-03-29 00:52:54 +00:00

28 lines
587 B
Makefile

# $FreeBSD$
PORTNAME= epic
PORTVERSION= 0.9.3
PORTREVISION= 8
CATEGORIES= lang haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Compiler for a simple functional language
LICENSE= BSD
USE_CABAL= mtl
USE_HAPPY= yes
BUILD_DEPENDS+= boehm-gc>=7.1:${PORTSDIR}/devel/boehm-gc \
gmp>=5.0.2:${PORTSDIR}/math/gmp
RUN_DEPENDS+= boehm-gc>=7.1:${PORTSDIR}/devel/boehm-gc \
gmp>=5.0.2:${PORTSDIR}/math/gmp
EXECUTABLE= epic
post-patch::
@${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/evm/Makefile
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>