Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-ansi-terminal/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= ansi-terminal | PORTNAME= ansi-terminal | ||||
| PORTVERSION= 0.6.3.1 | PORTVERSION= 0.8.0.2 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Simple ANSI terminal support, with Windows compatibility | COMMENT= Simple ANSI terminal support, with Windows compatibility | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= colour | |||||
| 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> | ||||