diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-12-30 08:11:10 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-12-30 08:11:10 +0000 |
commit | 746aa3ee36fa0ab9e1d9657835135f2a9cd8c926 (patch) | |
tree | 08a0f35fb49184e6d2275a7758d3fa2c6ecea65e /textproc/p5-Text-Diff-FormattedHTML/Makefile | |
parent | cad/astk-serveur: Remove dependency (diff) |
textproc/p5-Text-Diff-FormattedHTML: new port had been added (+)
Module to produce HTML table with a nice diff of two strings/files.
Diffstat (limited to 'textproc/p5-Text-Diff-FormattedHTML/Makefile')
-rw-r--r-- | textproc/p5-Text-Diff-FormattedHTML/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-Text-Diff-FormattedHTML/Makefile b/textproc/p5-Text-Diff-FormattedHTML/Makefile new file mode 100644 index 000000000000..c9133a1cd905 --- /dev/null +++ b/textproc/p5-Text-Diff-FormattedHTML/Makefile @@ -0,0 +1,23 @@ +PORTNAME= Text-Diff-FormattedHTML +PORTVERSION= 0.08 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Generate a colorful HTML diff of strings/files +WWW= https://metacpan.org/dist/Text-Diff-FormattedHTML + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Algorithm-Diff>=1.1900:devel/p5-Algorithm-Diff \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-String-Diff>=0.04:devel/p5-String-Diff + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> |