diff options
Diffstat (limited to 'www/hs-shakespeare-js/Makefile')
-rw-r--r-- | www/hs-shakespeare-js/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/hs-shakespeare-js/Makefile b/www/hs-shakespeare-js/Makefile index 69764eb6acfb..a01c04ebec37 100644 --- a/www/hs-shakespeare-js/Makefile +++ b/www/hs-shakespeare-js/Makefile @@ -6,15 +6,15 @@ # PORTNAME= shakespeare-js -PORTVERSION= 0.10.4 +PORTVERSION= 1.0.0.3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Stick your Haskell variables into JavaScript at compile time -LICENSE= BSD +LICENSE= MIT -USE_CABAL= shakespeare>=0.10 text>=0.7 +USE_CABAL= shakespeare>=1.0 text>=0.7 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |