2003-04-29 08:51:02 +02:00
|
|
|
# New ports collection makefile for: p5-String-ShowDiff
|
|
|
|
# Date created: April 26, 2003
|
|
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= String-ShowDiff
|
2003-05-09 01:24:44 +02:00
|
|
|
PORTVERSION= 0.03
|
2003-04-29 08:51:02 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-04-29 08:51:02 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-04-29 08:51:02 +02:00
|
|
|
COMMENT= Perl extension to help visualize differences between strings
|
|
|
|
|
2012-06-04 15:18:35 +02:00
|
|
|
BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
|
|
|
|
p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-04-29 08:51:02 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= String::ShowDiff.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|