aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-WordDiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-WordDiff/Makefile')
-rw-r--r--textproc/p5-Text-WordDiff/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/p5-Text-WordDiff/Makefile b/textproc/p5-Text-WordDiff/Makefile
index c0d80189bf4f..6d6386d17060 100644
--- a/textproc/p5-Text-WordDiff/Makefile
+++ b/textproc/p5-Text-WordDiff/Makefile
@@ -15,16 +15,9 @@ 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
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
-MAN3= Text::WordDiff.3 \
- Text::WordDiff::ANSIColor.3 \
- Text::WordDiff::HTML.3 \
- Text::WordDiff::HTMLTwoLines.3
-
-NO_STAGE= yes
.include <bsd.port.mk>