diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /converters/hs-json | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'converters/hs-json')
-rw-r--r-- | converters/hs-json/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile index d7a112494612..9265b272cb64 100644 --- a/converters/hs-json/Makefile +++ b/converters/hs-json/Makefile @@ -3,17 +3,18 @@ PORTNAME= json PORTVERSION= 0.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Support for serialising Haskell to and from JSON -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_CABAL= mtl syb>=0.3.3 text -CONFIGURE_ARGS+= --flags="split-base generic -parsec -pretty -mapdict" +FLAGS_ENABLE= split-base generic +FLAGS_DISABLE= parse pretty mapdict .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |