- Add missing BUILD_DEPENDS and RUN_DEPENDS so the module works, build

warnings are avoided and tests pass
- Bump PORTREVISION due to new RUN_DEPENDS
This commit is contained in:
Steve Wills 2012-01-08 18:53:46 +00:00
parent 9738133576
commit c9c15a3526
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288774

View File

@ -7,6 +7,7 @@
PORTNAME= XML-Schematron
PORTVERSION= 1.09
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,7 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of the Schematron
RUN_DEPENDS= ${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml
BUILD_DEPENDS= ${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-NonMoose>=0:${PORTSDIR}/devel/p5-MooseX-NonMoose \
p5-MooseX-Traits>=0:${PORTSDIR}/devel/p5-MooseX-Traits \
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
p5-XML-Filter-BufferText>=0:${PORTSDIR}/textproc/p5-XML-Filter-BufferText
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes