freebsd-ports/devel/hs-cereal/Makefile
Gabor Pali f7cecff29d A binary serialization library, similar to binary, that introduces an
isolate primitive for parser isolation, and replaces the asynchronous
errors with a user-handleable Either type. Similar to binary in
performance, but uses a strict ByteString instead of a lazy
ByteString, thus restricting it to operating on finite inputs.

WWW:	http://hackage.haskell.org/package/cereal

Obtained from:	FreeBSD Haskell
2011-08-13 20:44:40 +00:00

18 lines
374 B
Makefile

# New ports collection makefile for: hs-cereal
# Date created: 2010-08-17
# Whom: Ashish SHUKLA <ashish@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cereal
PORTVERSION= 0.3.3.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A binary serialization library for Haskell
LICENSE= BSD
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>