opnsense-ports/textproc/p5-Text-Diff/Makefile
2022-09-07 22:33:21 +02:00

22 lines
450 B
Makefile

PORTNAME= Text-Diff
PORTVERSION= 1.45
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
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
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Algorithm-Diff>=1.1900:devel/p5-Algorithm-Diff
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>