74d6ae5456
<jacob@dominoid.org>: Host or domain name not found. Name service error for name=dominoid.org type=A: Host not found
24 lines
490 B
Makefile
24 lines
490 B
Makefile
# 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>
|