aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Schematron
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-08 18:53:46 +0000
committerSteve Wills <swills@FreeBSD.org>2012-01-08 18:53:46 +0000
commitc9c15a3526a2fb02d6ee4aefe3bf66287e03d6ef (patch)
tree5ff4b78cf35d9f0c42604cbefc9123cba711e855 /textproc/p5-XML-Schematron
parent97381335760aeb494a67cc32326224dd6c00804b (diff)
downloadports-c9c15a3526a2fb02d6ee4aefe3bf66287e03d6ef.tar.gz
ports-c9c15a3526a2fb02d6ee4aefe3bf66287e03d6ef.zip
Notes
Diffstat (limited to 'textproc/p5-XML-Schematron')
-rw-r--r--textproc/p5-XML-Schematron/Makefile10
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