diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-26 16:47:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-26 16:47:18 +0000 |
commit | c51d61e629e9823b8ed62eb98dad3079aa8240f6 (patch) | |
tree | f648c2d94f9ddf9d37b7a07a253a6c2d5a85ec31 /textproc/ack/Makefile | |
parent | 343eedca17fc3fce8a134ded1f1224eac0ca0fdf (diff) | |
download | ports-c51d61e629e9823b8ed62eb98dad3079aa8240f6.tar.gz ports-c51d61e629e9823b8ed62eb98dad3079aa8240f6.zip |
Notes
Diffstat (limited to 'textproc/ack/Makefile')
-rw-r--r-- | textproc/ack/Makefile | 7 |
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> |