# $FreeBSD: tags/RELEASE_10_1_0/textproc/hs-yaml/Makefile 367888 2014-09-10 20:50:31Z gerald $

PORTNAME=	yaml
PORTVERSION=	0.8.8.4
PORTREVISION=	1
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Support for parsing and rendering YAML documents

LICENSE=	BSD3CLAUSE

USE_CABAL=	aeson>=0.5 attoparsec conduit>=1.0.11 resourcet>=0.3 \
		scientific text unordered-containers vector

EXECUTABLE=	yaml2json json2yaml

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