1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/textproc/p5-Text-Diff/Makefile
2018-09-12 22:57:09 +00:00

25 lines
464 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-Diff
PORTVERSION= 1.45
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Text::Diff - 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>