mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
23 lines
525 B
Makefile
23 lines
525 B
Makefile
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>
|