aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-language-javascript/Makefile
blob: b55dd42617cf76f3dab04ea728543b91f44b4860 (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.10
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>