# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 77649 2011-04-07 20:45:50Z mnick@macports.org $

PortSystem          1.0
PortGroup           cmake 1.0

name                yaml-cpp
version             0.2.6
maintainers         mnick

categories          devel
description         yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec
long_description    ${description}

platforms           darwin

homepage            http://code.google.com/p/yaml-cpp/
master_sites        googlecode:yaml-cpp

checksums           md5     ddfa5e8d409d9dafbeb6d190cd68dbcb \
                    sha1    5141c5a3beecbe80e6772d3d9ece1d668940906f \
                    rmd160  b7f4e76267ae15e320ea88ce4549eed3750f3a56

worksrcdir          ${name}
