# -*- 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 57874 2009-09-18 00:27:06Z toby@macports.org $

PortSystem      1.0

name            libyaml
version         0.1.3
maintainers     erickt openmaintainer
categories      devel
platforms       darwin
description     A YAML Parser.
long_description LibYAML is a YAML 1.1 parser and emitter written in C. It is \
                 in an early stage of development.

homepage        http://pyyaml.org/wiki/LibYAML
master_sites    http://pyyaml.org/download/libyaml
distname        yaml-${version}

checksums       md5 b8ab9064e8e0330423fe640de76608cd \
                sha1 5fa17579f6436f1d8739ad38399dff3e739bbf56 \
                rmd160 a8c310d6fc5ef461134a88cea902f244aeaaba9a \

test.run        yes
test.target     check
