# $Id: Portfile 130671 2015-01-02 06:52:12Z larryv@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-plistservices
version			2
revision		1
categories-append	textproc
license			BSD
platforms		darwin
supported_archs	noarch
maintainers		nomaintainer
description		reads and writes CoreFoundation XML Property List
long_description	Reads and writes CoreFoundation XML Property List \
				files. Includes an ISO 8601 string parser conforming \
				to w3cs note. plistservices is more functional than \
				the version of plistlib included with  Python 2.3 and \
				has an interface similar to Foundations \
				NSPropertyListSerialization.

homepage		http://sarwat.net/opensource/
master_sites	${homepage}/resources/media/binaries/
distname		plistservices-${version}
use_bzip2		yes
checksums		md5 1fc22b2bfe6b4c7bd631c743105ce1f0

python.versions	27

if {${name} ne ${subport}} {
    post-destroot	{
        xinstall -m 644 -W ${worksrcpath} License.text README Readme.html \
            basic.css ${destroot}${prefix}/share/doc/${subport}
    }
}
