# $Id: Portfile 38785 2008-07-31 09:10:05Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-4suite-xml
version			1.0.2
categories-append	devel textproc
maintainers		boeyms openmaintainer
description		suite of python modules for XML and RDF processing
long_description 	4Suite allows users to take advantage of standard \
	XML technologies rapidly and to develop and integrate Web-based   \
	applications. It also puts practical technologies for knowledge   \
	management projects in the hands of developers. It is implemented \
	in Python with C extensions.

platforms		darwin
homepage 		http://4suite.org/
master_sites        	ftp://ftp.4suite.org/pub/4Suite/ sourceforge:foursuite
distname		4Suite-XML-${version}
checksums		md5 3ca3db95cb0263ad80beba034d1ff6ea

depends_lib-append	port:py-xml

use_configure		yes
configure.cmd		${python.bin} setup.py config
configure.args		--mandir=${prefix}/share/man
