diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/p5-Text-Diff-HTML/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Diff-Parser/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Diff/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Diff3/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Text-Diff-HTML/Makefile b/textproc/p5-Text-Diff-HTML/Makefile index 75853e97e102..a8c061ad0fc9 100644 --- a/textproc/p5-Text-Diff-HTML/Makefile +++ b/textproc/p5-Text-Diff-HTML/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= XHTML format for Text::Diff::Unified Perl module +WWW= https://metacpan.org/release/Text-Diff-HTML LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/textproc/p5-Text-Diff-Parser/Makefile b/textproc/p5-Text-Diff-Parser/Makefile index 015545bd3269..5344c7ca3299 100644 --- a/textproc/p5-Text-Diff-Parser/Makefile +++ b/textproc/p5-Text-Diff-Parser/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Parse patch files containing unified and standard diffs +WWW= https://metacpan.org/release/Text-Diff-Parser LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/textproc/p5-Text-Diff/Makefile b/textproc/p5-Text-Diff/Makefile index 07baf61df541..b8a73e1ad016 100644 --- a/textproc/p5-Text-Diff/Makefile +++ b/textproc/p5-Text-Diff/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to perform diffs on files and record sets +WWW= https://metacpan.org/release/Text-Diff LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/textproc/p5-Text-Diff3/Makefile b/textproc/p5-Text-Diff3/Makefile index 805925898adf..ddc5db27dcce 100644 --- a/textproc/p5-Text-Diff3/Makefile +++ b/textproc/p5-Text-Diff3/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Compute three-way differences between texts +WWW= https://metacpan.org/release/Text-Diff3 TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base |