Update games/scummvm to version 1.7.0
[dports.git] / textproc / p5-XML-SAXDriver-CSV / Makefile
1 # Created by: chinsan <chinsan.tw@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       XML-SAXDriver-CSV
5 PORTVERSION=    0.07
6 PORTREVISION=   1
7 CATEGORIES=     textproc perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl SAX driver for converting CSV files to XML
13
14 BUILD_DEPENDS=  p5-Text-CSV_XS>=0.22:${PORTSDIR}/textproc/p5-Text-CSV_XS \
15                 p5-XML-Handler-YAWriter>=0:${PORTSDIR}/textproc/p5-XML-Handler-YAWriter \
16                 p5-XML-SAX>=0.14:${PORTSDIR}/textproc/p5-XML-SAX
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19 USES=           perl5 dos2unix
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>