git: ed0452c57845 - main - www/p5-HTML-Diff: Add NO_ARCH and PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 06:08:40 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ed0452c578456b2b2153528109b87f79139c9b33
commit ed0452c578456b2b2153528109b87f79139c9b33
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-14 05:40:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-14 05:48:58 +0000
www/p5-HTML-Diff: Add NO_ARCH and PORTSCOUT
- Pass maintainership to perl@
---
www/p5-HTML-Diff/Makefile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/www/p5-HTML-Diff/Makefile b/www/p5-HTML-Diff/Makefile
index 7a6fb1aafa00..be6e6564f8bd 100644
--- a/www/p5-HTML-Diff/Makefile
+++ b/www/p5-HTML-Diff/Makefile
@@ -6,7 +6,7 @@ CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for finding changes between two strings of HTML
WWW= https://github.com/neilb/html-diff
@@ -18,6 +18,10 @@ RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
CONFLICTS_INSTALL= rubygem-diff-lcs # bin/htmldiff
+PORTSCOUT= skipv:0.561
+
.include <bsd.port.mk>