2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Mathieu Arnold <m@absolight.net>
|
2003-04-29 08:51:02 +02:00
|
|
|
# $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
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-04-29 08:51:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|