blob: 05d4d287dc47e9ff65956d344e30770e51af52b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|