aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/csv2xml/Makefile
blob: f66b5de934c0894b05170133cf87af561cc860d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    csv2xml
# Date created:             13 November 2004
# Whom:                 Jacob Rhoden <jacob@dominoid.org>
#
# $FreeBSD$
#

PORTNAME=   csv2xml
PORTVERSION=    0.6
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A simple but effective csv to xml converter

USE_BZIP2=  yes

MAN1=       csv2xml.1
MANCOMPRESSED=  yes
PLIST_FILES=    bin/csv2xml
MAKE_ARGS=  FLAGS="${CXXFLAGS}"

.include <bsd.port.mk>