2002-07-14 13:55:46 +00:00
|
|
|
# New ports collection makefile for: textproc/p5-Text-Diff
|
|
|
|
# Date created: 14 July 2002
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Diff
|
2009-07-18 09:01:53 +00:00
|
|
|
PORTVERSION= 1.37
|
2002-07-14 13:55:46 +00:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2002-07-14 13:55:46 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Text::Diff - Perform diffs on files and record sets
|
2002-07-14 13:55:46 +00:00
|
|
|
|
2003-10-24 12:05:09 +00:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff
|
2002-07-14 13:55:46 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::Diff.3 Text::Diff::Table.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|