9b79b0b5b2
PR: 238719 Approved by: tcberner (mentor, implicit)
22 lines
512 B
Makefile
22 lines
512 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hjsmin
|
|
PORTVERSION= 0.2.0.2
|
|
PORTREVISION= 7
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell implementation of a javascript minifier
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= happy:devel/hs-happy
|
|
|
|
USES= cabal
|
|
|
|
USE_CABAL= alex-3.2.4 ansi-terminal-0.9 ansi-wl-pprint-0.6.8.2_1 \
|
|
blaze-builder-0.4.1.0 colour-2.3.4 happy-1.19.9_3 \
|
|
language-javascript-0.6.0.11 optparse-applicative-0.14.3.0 \
|
|
transformers-compat-0.6.2 utf8-string-1.0.1.1_3
|
|
|
|
.include <bsd.port.mk>
|