diff options
Diffstat (limited to 'devel/hs-cmdargs/Makefile')
-rw-r--r-- | devel/hs-cmdargs/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/devel/hs-cmdargs/Makefile b/devel/hs-cmdargs/Makefile index 22e93ef73e08..aca22a8c7887 100644 --- a/devel/hs-cmdargs/Makefile +++ b/devel/hs-cmdargs/Makefile @@ -1,16 +1,21 @@ # $FreeBSD$ PORTNAME= cmdargs -PORTVERSION= 0.10.3 -PORTREVISION= 4 +PORTVERSION= 0.10.9 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Command line argument processing +COMMENT= Command-line argument processing -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_CABAL= transformers>=0.2 +FLAGS_DEFINE= QUOTATION +FLAGS_DEFAULT= QUOTATION + +QUOTATION_DESC= Build the Quote module +QUOTATION_FLAG_ENABLE= quotation + +FLAGS_DISABLE= testprog .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |