# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 54098 2009-07-21 00:19:38Z blb@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-vobject
version             0.8.1c
platforms           darwin
maintainers         gmail.com:cfedermann
description         Python package for parsing and generating vCard and \
                    vCalendar files.
long_description    vObject is intended to be a full featured Python package \
                    for parsing and generating vCard and vCalendar files. It \
                    is being developed in concert with the Open Source \
                    Application Foundation's Chandler project.

homepage            http://vobject.skyhouseconsulting.com/
master_sites        http://vobject.skyhouseconsulting.com/
distname            vobject-${version}
checksums           md5    c9686dd74d39fdae140890d9c694c076 \
                    sha1   97f1daf9d813a2b2128c2d39ca52bbbcc152fdfd \
                    rmd160 ca1b1f207b6b7d4418a401938656627e6404aacf

depends_lib         port:py26-dateutil \
                    port:py26-setuptools

test.run            yes
test.cmd            ${python.bin} test_vobject.py
test.target
test.env            PYTHONPATH=${worksrcpath}/build/lib

## post-destroot    {
##  xinstall -m 644 -W ${worksrcpath} LICENSE README \
##      ${destroot}${prefix}/share/doc/${name}
## }

