aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-language-javascript/Makefile
blob: 44f27ec5317fb0606ceaf04f2565af5d82e4784d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   language-javascript
PORTVERSION=    0.6.0.11
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Parser for JavaScript

LICENSE=    BSD3CLAUSE

USE_CABAL=  blaze-builder>=0.2 mtl>=1.1 utf8-string>=0.3.7
USE_ALEX=   yes
USE_HAPPY=  yes

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>