1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/textproc/p5-Text-Diff/Makefile
2021-04-06 16:31:07 +02:00

24 lines
454 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
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
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>