diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-22 14:24:39 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-22 14:24:39 +0000 |
commit | 664f5c452647e9f742be5115f3cefaf8225a2199 (patch) | |
tree | ce3ded7e8dde78bf6c3330b8ed5414ad39d74345 /textproc/p5-XML-SemanticDiff | |
parent | 7799bea937b4f41f4c39efe75e8b71cc22697be2 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-SemanticDiff')
-rw-r--r-- | textproc/p5-XML-SemanticDiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-SemanticDiff/Makefile b/textproc/p5-XML-SemanticDiff/Makefile index ec4a78ad96b9..ce3b2a02eeb6 100644 --- a/textproc/p5-XML-SemanticDiff/Makefile +++ b/textproc/p5-XML-SemanticDiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-SemanticDiff PORTVERSION= 1.0000 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Perl extension for comparing XML documents -BUILD_DEPENDS= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |