blob: 44a64c503c1de8481a91aaf1de70820f371a337e (
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
|
# Created by: Simon Marlow <simonmar@microsoft.com>
# $FreeBSD$
PORTNAME= happy
PORTVERSION= 1.19.4
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Happy is a parser generator for Haskell
LICENSE= BSD3CLAUSE
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>
|