# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 101626 2013-01-15 12:32:40Z yeled@macports.org $

PortSystem          1.0
PortGroup           cmake 1.0

name                yaml-cpp
version             0.3.0
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     9aa519205a543f9372bf4179071c8ac6 \
                    sha1    28766efa95f1b0f697c4b4a1580a9972be7c9c41 \
                    rmd160  0b777f95d858d9e840afa9f92eeffef77eca24b5

worksrcdir          ${name}
