aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-blaze-textual/Makefile
blob: 0d1813e79f840ee038780a9776bfad176571d4ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	blaze-textual
PORTVERSION=	0.2.1.0
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Fast rendering of common datatypes

LICENSE=	BSD3CLAUSE

USE_CABAL=	blaze-builder>=0.2.1.4 double-conversion>=0.2.0.1 \
		old-locale text>=0.11.0.2 vector

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>