Changeset View
Changeset View
Standalone View
Standalone View
head/devel/hs-ansi-wl-pprint/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= ansi-wl-pprint | PORTNAME= ansi-wl-pprint | ||||
PORTVERSION= 0.6.8.2 | PORTVERSION= 0.6.8.2 | ||||
PORTREVISION= 1 | PORTREVISION= 2 | ||||
CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
COMMENT= Wadler/Leijen Pretty Printer for colored ANSI terminal output | COMMENT= Wadler/Leijen Pretty Printer for colored ANSI terminal output | ||||
LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
USE_CABAL= ansi-terminal>=0.4.0 semigroups>=0.1 | USE_CABAL= ansi-terminal>=0.4.0 semigroups>=0.1 | ||||
FLAGS_DISABLE= Example | FLAGS_DISABLE= Example | ||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |