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
25 lines
522 B
Makefile
25 lines
522 B
Makefile
# Created by: Simon Marlow <simonmar@microsoft.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= happy
|
|
PORTVERSION= 1.18.10
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Happy is a parser generator for Haskell
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= mtl>=1.0
|
|
|
|
XMLDOCS= doc/happy:html
|
|
USE_AUTOTOOLS= autoconf:env
|
|
|
|
STANDALONE= yes
|
|
EXECUTABLE= happy
|
|
|
|
INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|