Changeset View
Changeset View
Standalone View
Standalone View
head/devel/hs-blaze-textual/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= blaze-textual | PORTNAME= blaze-textual | ||||
| PORTVERSION= 0.2.1.0 | PORTVERSION= 0.2.1.0 | ||||
| PORTREVISION= 4 | PORTREVISION= 5 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Fast rendering of common datatypes | COMMENT= Fast rendering of common datatypes | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= blaze-builder>=0.2.1.4 double-conversion>=0.2.0.1 \ | USE_CABAL= blaze-builder>=0.2.1.4 double-conversion>=0.2.0.1 \ | ||||
| old-locale vector | old-locale vector | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||