aboutsummaryrefslogtreecommitdiff
path: root/www/hs-hjsmin/Makefile
blob: 008cc177bb4234046786900668e7848804a517c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	hjsmin
PORTVERSION=	0.2.0.4
PORTREVISION=	3
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Haskell implementation of a javascript minifier
WWW=		https://github.com/erikd/hjsmin

LICENSE=	BSD3CLAUSE

USES=		cabal

USE_LOCALE=	en_US.UTF-8

USE_CABAL=	alex-3.2.7.1 \
		ansi-terminal-0.11.3 \
		ansi-wl-pprint-0.6.9_3 \
		blaze-builder-0.4.2.2_1 \
		colour-2.3.6 \
		happy-1.20.0_1 \
		language-javascript-0.7.1.0 \
		optparse-applicative-0.17.0.0 \
		transformers-compat-0.7.1_1 \
		utf8-string-1.0.2

.include <bsd.port.mk>