aboutsummaryrefslogtreecommitdiff
path: root/www/hs-shakespeare-js/Makefile
blob: 795c17197c46d2b7620c19d3bcc52f0b58ea0b1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	shakespeare-js
PORTVERSION=	1.1.4
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Stick your Haskell variables into JavaScript at compile time

LICENSE=	MIT

USE_CABAL=	aeson>=0.5 shakespeare>=1.0.5 text>=0.7

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