From c9c15a3526a2fb02d6ee4aefe3bf66287e03d6ef Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 8 Jan 2012 18:53:46 +0000 Subject: [PATCH] - 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 --- textproc/p5-XML-Schematron/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/textproc/p5-XML-Schematron/Makefile b/textproc/p5-XML-Schematron/Makefile index 8a0c2fd41cd7..9ca9978188f6 100644 --- a/textproc/p5-XML-Schematron/Makefile +++ b/textproc/p5-XML-Schematron/Makefile @@ -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