freebsd-ports/devel/hs-blaze-textual/Makefile
Gabor Pali 08158a859e blaze-textual is a fast Haskell library for rendering common
Haskell datatypes in text form using the blaze-builder library.

WWW:	http://github.com/mailrank/blaze-textual

Obtained from:	FreeBSD Haskell
2011-08-14 17:49:44 +00:00

21 lines
508 B
Makefile

# 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>