# $Id: Portfile 32649 2008-01-10 11:55:36Z ryandesign@macports.org $

PortSystem 1.0

name			csv2xml
version			0.6
categories		textproc
platforms		darwin
maintainers		nomaintainer
description		A simple csv to xml converter.
long_description	${description}

homepage		http://csv2xml.sourceforge.net/
master_sites	sourceforge
checksums		md5 e74f8a18ac03195fc04e802b3a4ec487
use_bzip2		yes

configure	{
	reinplace "s|/usr/local|\${DESTDIR}${prefix}|g" ${worksrcpath}/src/Makefile
	reinplace "s|/usr/local/man|\${DESTDIR}${prefix}/share/man|g" ${worksrcpath}/man/Makefile
}
