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.2.7.1 \
		ansi-terminal-0.11.4 \
		ansi-wl-pprint-0.6.9_3 \
		blaze-builder-0.4.2.2_1 \
		colour-2.3.6 \
		happy-1.20.1.1 \
		language-javascript-0.7.1.0 \
		optparse-applicative-0.17.0.0 \
		text-2.0.2 \
		transformers-compat-0.7.2 \
		utf8-string-1.0.2

.include <bsd.port.mk>
