2013-01-03 15:38:15 +01:00
|
|
|
# Created by: chinsan <chinsan.tw@gmail.com>
|
2006-08-16 07:00:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ack
|
2013-06-01 21:07:15 +02:00
|
|
|
PORTVERSION= 2.04
|
2006-08-16 07:00:47 +02:00
|
|
|
CATEGORIES= textproc perl5 sysutils
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-16 07:00:47 +02:00
|
|
|
MASTER_SITE_SUBDIR= App
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Grep-like text finder for large trees of text
|
2006-08-16 07:00:47 +02:00
|
|
|
|
2007-03-12 17:50:27 +01:00
|
|
|
BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-09-10 09:43:38 +02:00
|
|
|
|
2006-08-16 07:00:47 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2013-01-03 15:38:15 +01:00
|
|
|
CONFLICTS_INSTALL= ja-ack-[0-9]*
|
|
|
|
|
2009-03-23 19:50:32 +01:00
|
|
|
MAN1= ack.1
|
2006-08-16 07:00:47 +02:00
|
|
|
|
2012-05-31 13:19:32 +02:00
|
|
|
.include <bsd.port.mk>
|