mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e1e2e860bc
- Use a more user-friendly site in pkg-descr. - Remove OPTIONS, upstream does not ship completion files anymore. Please note that ack2 is slightly incompatible with some options present in ack1, see http://beyondgrep.com/ack-2.0/ for more information. PR: ports/178515 Submitted by: rakuco Approved by: perl (swills on IRC)
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# 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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFLICTS_INSTALL= ja-ack-[0-9]*
|
|
|
|
MAN1= ack.1
|
|
|
|
.include <bsd.port.mk>
|