diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-20 11:01:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-20 11:01:51 +0000 |
commit | f3479860c7570f77f96c8f583210377caffba579 (patch) | |
tree | 94e4bca19dbc4042f973bcd8d46a68352c4d087c /textproc/p5-Text-WordDiff/Makefile | |
parent | 051ef6d3393595818359744570e1816e132a1ea0 (diff) | |
download | ports-f3479860c7570f77f96c8f583210377caffba579.tar.gz ports-f3479860c7570f77f96c8f583210377caffba579.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-WordDiff/Makefile')
-rw-r--r-- | textproc/p5-Text-WordDiff/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/textproc/p5-Text-WordDiff/Makefile b/textproc/p5-Text-WordDiff/Makefile index d02238dab15e..c3b838cb8051 100644 --- a/textproc/p5-Text-WordDiff/Makefile +++ b/textproc/p5-Text-WordDiff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-WordDiff -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +14,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Track changes between documents -RUN_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser - -LICENSE_COMB= dual LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser PERL_MODBUILD= yes -MAN3= Text::WordDiff.3 Text::WordDiff::ANSIColor.3 Text::WordDiff::HTML.3 \ +MAN3= Text::WordDiff.3 \ + Text::WordDiff::ANSIColor.3 \ + Text::WordDiff::HTML.3 \ Text::WordDiff::HTMLTwoLines.3 .include <bsd.port.mk> |