summaryrefslogtreecommitdiff
path: root/devel/hs-language-javascript/Makefile
blob: 0f8a5f55f3918f398cac640ed393da30b7e6e823 (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.5.14.2
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>