freebsd-ports/textproc/csv2xml/Makefile
Pav Lucistnik 723f37b5f1 Add csv2xml, a simple but effective csv to xml converter.
PR:		ports/73895
Submitted by:	Jacob Rhoden <jacob@rhoden.id.au>
2004-11-13 13:25:48 +00:00

20 lines
417 B
Makefile

# New ports collection makefile for: csv2xml
# Date created: 13 November 2004
# Whom: Jacob Rhoden <jacob@dominoid.org>
#
# $FreeBSD$
#
PORTNAME= csv2xml
PORTVERSION= 0.5
CATEGORIES= textproc
MASTER_SITES= http://csv2xml.sourceforge.net/
MAINTAINER= jacob@dominoid.org
COMMENT= A simple but effective csv to xml converter
MAN1= csv2xml.1
MANCOMPRESSED= yes
PLIST_FILES= bin/csv2xml
.include <bsd.port.mk>