diff options
Diffstat (limited to 'textproc/csv2xml/Makefile')
-rw-r--r-- | textproc/csv2xml/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/csv2xml/Makefile b/textproc/csv2xml/Makefile index 05d4d287dc47..b8896b498cb2 100644 --- a/textproc/csv2xml/Makefile +++ b/textproc/csv2xml/Makefile @@ -6,15 +6,19 @@ # PORTNAME= csv2xml -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= textproc -MASTER_SITES= http://csv2xml.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jacob@dominoid.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> |