# $Id: Portfile 102002 2013-01-24 09:51:32Z jmr@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-fnorb
version			1.3
revision		1
license			PSF
platforms		darwin freebsd
supported_archs	noarch
maintainers		nomaintainer
description		py-fnorb is a pure Python CORBA 2.0 ORB
long_description	Fnorb is a CORBA 2.0 ORB for Python. Fnorbs claim to \
				fame is its size and pure Python implementation. These \
				features allow it to be used whever Python may used \
				(for example, within Jython) unlike other ORBs that \
				rely on binary runtimes.

homepage		http://www.fnorb.org/
master_sites	sourceforge:fnorb
distname		Fnorb-${version}
checksums		md5 7de1500c7ef6592a603890b45e23261b

python.versions	24

if {$subport != $name} {
    post-destroot	{
        file delete -force ${destroot}${prefix}/share/doc/${subport}
        file rename ${destroot}${prefix}/share/doc/Fnorb \
            ${destroot}${prefix}/share/doc/${subport}
    }
}
