Haskell datatypes in text form using the blaze-builder library. WWW: http://github.com/mailrank/blaze-textual Obtained from: FreeBSD Haskell
21 lines
508 B
Makefile
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>
|