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
|
2014-09-18 19:48:24 +02:00
|
|
|
PORTVERSION= 2.14
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2013-12-05 21:26:41 +01:00
|
|
|
CATEGORIES= textproc sysutils perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2013-12-05 21:26:41 +01:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:PETDANCE
|
2006-08-16 07:00:47 +02:00
|
|
|
|
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
|
|
|
|
2013-12-05 21:26:41 +01:00
|
|
|
LICENSE= ART20
|
|
|
|
|
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}
|
2015-07-07 18:22:54 +02:00
|
|
|
TEST_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
2013-09-26 18:47:18 +02:00
|
|
|
p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty
|
2006-09-10 09:43:38 +02:00
|
|
|
|
2015-02-18 17:23:19 +01:00
|
|
|
CONFLICTS_INSTALL= ja-ack-[0-9]*
|
|
|
|
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$
|
|
|
|
|
2015-04-23 11:49:46 +02:00
|
|
|
USES= cpe perl5
|
2013-08-02 20:52:07 +02:00
|
|
|
USE_PERL5= configure
|
2015-04-23 11:49:46 +02:00
|
|
|
CPE_VENDOR= beyondgrep
|
2006-08-16 07:00:47 +02:00
|
|
|
|
2012-05-31 13:19:32 +02:00
|
|
|
.include <bsd.port.mk>
|