aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Diff/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2011-09-03 14:22:47 +0000
committerAnton Berezin <tobez@FreeBSD.org>2011-09-03 14:22:47 +0000
commitb9aac086770e4b8331caa1eaee1aa44cbb420a0c (patch)
tree5335f639516078eaf54c2c32f80fb229a731880b /textproc/p5-Text-Diff/Makefile
parentf29e4e8d28029b8b7c6a872358a1090b6efd617f (diff)
downloadports-b9aac086770e4b8331caa1eaee1aa44cbb420a0c.tar.gz
ports-b9aac086770e4b8331caa1eaee1aa44cbb420a0c.zip
Notes
Diffstat (limited to 'textproc/p5-Text-Diff/Makefile')
-rw-r--r--textproc/p5-Text-Diff/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Text-Diff/Makefile b/textproc/p5-Text-Diff/Makefile
index b73c40860b8e..ed463fd63213 100644
--- a/textproc/p5-Text-Diff/Makefile
+++ b/textproc/p5-Text-Diff/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Text-Diff
-PORTVERSION= 1.37
+PORTVERSION= 1.41
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,11 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Text::Diff - Perform diffs on files and record sets
-BUILD_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff
-RUN_DEPENDS= ${BUILD_DEPENDS}
+COMMON_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff
+BUILD_DEPENDS= ${COMMON_DEPENDS}
+RUN_DEPENDS= ${COMMON_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= Text::Diff.3 Text::Diff::Table.3
+MAN3= Text::Diff.3 Text::Diff::Config.3 Text::Diff::Table.3
.include <bsd.port.mk>