PORTNAME=	hjsmin
PORTVERSION=	0.2.1
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.5.3.0 \
		ansi-terminal-1.1.2 \
		ansi-terminal-types-1.1 \
		blaze-builder-0.4.2.3 \
		colour-2.3.6 \
		happy-2.1.5 \
		happy-lib-2.1.5 \
		language-javascript-0.7.1.0 \
		optparse-applicative-0.18.1.0_1 \
		prettyprinter-1.7.1 \
		prettyprinter-ansi-terminal-1.1.3 \
		transformers-compat-0.7.2 \
		utf8-string-1.0.2

.include <bsd.port.mk>
