diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-08 18:53:46 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-08 18:53:46 +0000 |
commit | c9c15a3526a2fb02d6ee4aefe3bf66287e03d6ef (patch) | |
tree | 5ff4b78cf35d9f0c42604cbefc9123cba711e855 /textproc/p5-XML-Schematron | |
parent | 97381335760aeb494a67cc32326224dd6c00804b (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Schematron')
-rw-r--r-- | textproc/p5-XML-Schematron/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
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 |