1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add missing DEPENDS

- Bump PORTREVISION

Feature safe:	yes
This commit is contained in:
Steve Wills 2012-03-16 01:39:12 +00:00
parent 6b05b53710
commit a628f4f28c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293386

View File

@ -7,6 +7,7 @@
PORTNAME= XML-SAXDriver-CSV
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -15,6 +16,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Perl SAX driver for converting CSV files to XML
BUILD_DEPENDS= p5-Text-CSV_XS>=0.22:${PORTSDIR}/textproc/p5-Text-CSV_XS \
p5-XML-Handler-YAWriter>=0:${PORTSDIR}/textproc/p5-XML-Handler-YAWriter \
p5-XML-SAX>=0.14:${PORTSDIR}/textproc/p5-XML-SAX
RUN_DEPENDS:= ${BUILD_DEPENDS}