blob: 8168345bf768173b29b4b1a287f36bfa2ba657f6 (
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
|
# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= ack
PORTVERSION= 2.04
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}
USES= perl5
USE_PERL5= configure
CONFLICTS_INSTALL= ja-ack-[0-9]*
MAN1= ack.1
.include <bsd.port.mk>
|