GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell
34 lines
671 B
Makefile
34 lines
671 B
Makefile
# New ports collection makefile for: happy
|
|
# Date created: 22 December 2000
|
|
# Whom: Simon Marlow <simonmar@microsoft.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= happy
|
|
PORTVERSION= 1.18.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= An LALR(1) parser generator for the functional language Haskell
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= mtl
|
|
|
|
XMLDOCS= doc/happy:html
|
|
USE_AUTOTOOLS= autoconf:env
|
|
|
|
STANDALONE= yes
|
|
EXECUTABLE= happy
|
|
|
|
USE_PERL5_BUILD= 5.8+
|
|
|
|
INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
|
|
|
|
.if defined(SLAVE)
|
|
GHC_CMD= ghc
|
|
.endif
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|