# New ports collection makefile for: hs-yaml
# Date created:        December 26, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD: ports/textproc/hs-yaml/Makefile,v 1.1 2012/02/18 16:56:16 pgj Exp $
#

PORTNAME=	yaml
PORTVERSION=	0.4.1.2
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Low-level binding to the libyaml C library

LICENSE=	BSD

USE_CABAL=	enumerator>=0.4 transformers>=0.1

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