aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-blaze-textual/Makefile
blob: 32988d5bbfbf2769a09e10a4d1eff5a00bc50c40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for: hs-blaze-textual
# Date created:        May 25, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	blaze-textual
PORTVERSION=	0.2.0.4
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A library for efficiently rendering Haskell datatypes to bytestrings

LICENSE=	BSD

USE_CABAL=	blaze-builder>=0.2.1.4 double-conversion>=0.2.0.0 \
		text>=0.11.0.2 vector

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