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

PORTNAME=	shakespeare-js
PORTVERSION=	1.1.1
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.2 text>=0.7

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