1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

www/p5-HTML-Diff: Add NO_ARCH and PORTSCOUT

- Pass maintainership to perl@
This commit is contained in:
Po-Chuan Hsieh 2023-12-14 13:40:50 +08:00
parent 485271fba0
commit ed0452c578
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>