aboutsummaryrefslogtreecommitdiff
path: root/textproc/ack/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-26 16:47:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-26 16:47:18 +0000
commitc51d61e629e9823b8ed62eb98dad3079aa8240f6 (patch)
treef648c2d94f9ddf9d37b7a07a253a6c2d5a85ec31 /textproc/ack/Makefile
parent343eedca17fc3fce8a134ded1f1224eac0ca0fdf (diff)
downloadports-c51d61e629e9823b8ed62eb98dad3079aa8240f6.tar.gz
ports-c51d61e629e9823b8ed62eb98dad3079aa8240f6.zip
Notes
Diffstat (limited to 'textproc/ack/Makefile')
-rw-r--r--textproc/ack/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/ack/Makefile b/textproc/ack/Makefile
index 2840d0c7e99c..dbd077af0157 100644
--- a/textproc/ack/Makefile
+++ b/textproc/ack/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ack
-PORTVERSION= 2.08
+PORTVERSION= 2.10
CATEGORIES= textproc perl5 sysutils
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= App
@@ -12,13 +12,12 @@ COMMENT= Grep-like text finder for large trees of text
BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
+ p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty
USES= perl5
USE_PERL5= configure
CONFLICTS_INSTALL= ja-ack-[0-9]*
-MAN1= ack.1
-
-NO_STAGE= yes
.include <bsd.port.mk>