diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-10 01:24:17 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-10 01:24:17 +0000 |
commit | f4ecf09122f51013d5dd8cb7730b7a48977b0b49 (patch) | |
tree | a1b5754079c031ac7fb058bad240c89784af739b /textproc/p5-XML-Rewrite | |
parent | d01ce27f5599129869963af72ebd352ead7f4cf1 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Rewrite')
-rw-r--r-- | textproc/p5-XML-Rewrite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-XML-Rewrite/Makefile b/textproc/p5-XML-Rewrite/Makefile index a39607762833..cfd30abc58eb 100644 --- a/textproc/p5-XML-Rewrite/Makefile +++ b/textproc/p5-XML-Rewrite/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-Rewrite PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +16,7 @@ MAINTAINER= papowell@astart.com COMMENT= XML processing and rewriting RUN_DEPENDS= p5-Log-Report>=0.21:${PORTSDIR}/devel/p5-Log-Report \ + p5-XML-Compile-Cache>=0:${PORTSDIR}/textproc/p5-XML-Compile-Cache \ p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS= ${RUN_DEPENDS} |