summaryrefslogtreecommitdiff
path: root/www/hs-hjsmin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-hjsmin/Makefile')
-rw-r--r--www/hs-hjsmin/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/hs-hjsmin/Makefile b/www/hs-hjsmin/Makefile
index 5a6597a24150..57902785d264 100644
--- a/www/hs-hjsmin/Makefile
+++ b/www/hs-hjsmin/Makefile
@@ -1,16 +1,18 @@
# $FreeBSD$
PORTNAME= hjsmin
-PORTVERSION= 0.1.4.1
-PORTREVISION= 5
+PORTVERSION= 0.1.4.7
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell implementation of a javascript minifier
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
-USE_CABAL= blaze-builder>=0.2 language-javascript>=0.5.1 text>=0.8
+USE_CABAL= blaze-builder>=0.2 language-javascript>=0.5.1 \
+ optparse-applicative>=0.7 text>=0.8
+
+EXECUTABLE= hjsmin
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>