blob: 7bdfcb6fab130a4def713cb41b202e7ed8d3e1be (
plain)
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
|
PORTNAME= hjsmin
PORTVERSION= 0.2.0.4
PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell implementation of a javascript minifier
LICENSE= BSD3CLAUSE
USES= cabal
USE_LOCALE= en_US.UTF-8
USE_CABAL= alex-3.2.5 \
ansi-terminal-0.10.3 \
ansi-wl-pprint-0.6.9_1 \
blaze-builder-0.4.1.0 \
colour-2.3.5 \
happy-1.19.12 \
language-javascript-0.7.0.0 \
optparse-applicative-0.15.1.0 \
transformers-compat-0.6.5 \
utf8-string-1.0.1.1_3
.include <bsd.port.mk>
|