diff options
Diffstat (limited to 'www/hs-hjsmin/Makefile')
-rw-r--r-- | www/hs-hjsmin/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/www/hs-hjsmin/Makefile b/www/hs-hjsmin/Makefile index 0535aa6b1bf7..e286666fb561 100644 --- a/www/hs-hjsmin/Makefile +++ b/www/hs-hjsmin/Makefile @@ -2,7 +2,7 @@ PORTNAME= hjsmin PORTVERSION= 0.2.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -10,9 +10,13 @@ COMMENT= Haskell implementation of a javascript minifier LICENSE= BSD3CLAUSE -USE_CABAL= blaze-builder>=0.2 language-javascript>=0.5.14 \ - optparse-applicative>=0.7 -EXECUTABLE= hjsmin +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 "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |