diff options
Diffstat (limited to 'devel/hs-ansi-wl-pprint/Makefile')
-rw-r--r-- | devel/hs-ansi-wl-pprint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/hs-ansi-wl-pprint/Makefile b/devel/hs-ansi-wl-pprint/Makefile index ce9bd2dbe55a..f29512cc0cb9 100644 --- a/devel/hs-ansi-wl-pprint/Makefile +++ b/devel/hs-ansi-wl-pprint/Makefile @@ -6,13 +6,15 @@ # PORTNAME= ansi-wl-pprint -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= The Wadler/Leijen Pretty Printer for colored ANSI terminal output -USE_HACKAGE= ansi-terminal>=0.4.0 +LICENSE= BSD + +USE_CABAL= ansi-terminal>=0.4.0 OPTIONS= EXAMPLE "Build the example application" off @@ -22,10 +24,8 @@ OPTIONS= EXAMPLE "Build the example application" off .if defined(WITH_EXAMPLE) CONFIGURE_ARGS+= --flags="Example" EXECUTABLE= ansi-wl-pprint-example -PLIST_SUB+= MAYBE_EXAMPLE="" .else CONFIGURE_ARGS+= --flags="-Example" -PLIST_SUB+= MAYBE_EXAMPLE="@comment " .endif .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |