diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-06-21 07:08:20 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-06-21 07:08:20 +0000 |
commit | e06be660ba40897c98b2348e5fa7559b7a4348e0 (patch) | |
tree | 7fafe0fc71cea48a1f47645764007941baeb84a0 /textproc/p5-Text-WordDiff/Makefile | |
parent | 302b9a7c365150a9d9518945d25c710ae4a13d4c (diff) | |
download | ports-e06be660ba40897c98b2348e5fa7559b7a4348e0.tar.gz ports-e06be660ba40897c98b2348e5fa7559b7a4348e0.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-WordDiff/Makefile')
-rw-r--r-- | textproc/p5-Text-WordDiff/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-Text-WordDiff/Makefile b/textproc/p5-Text-WordDiff/Makefile index b32db1ca8e15..d02238dab15e 100644 --- a/textproc/p5-Text-WordDiff/Makefile +++ b/textproc/p5-Text-WordDiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Text-WordDiff -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.07 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,8 +17,12 @@ 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 + 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> |