aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ack/Makefile
blob: d4e3d19cb6de52c3946ba565c7cdd3982279806c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$

PORTNAME=   ack
PORTVERSION=    2.10
PORTREVISION=   1
CATEGORIES= textproc perl5 sysutils
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= App

MAINTAINER= perl@FreeBSD.org
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]*

.include <bsd.port.mk>