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
|
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}
|
2013-09-26 18:47:18 +02:00
|
|
|
TEST_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
|
|
|
|
p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty
|
2006-09-10 09:43:38 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-08-16 07:00:47 +02:00
|
|
|
|
2013-01-03 15:38:15 +01:00
|
|
|
CONFLICTS_INSTALL= ja-ack-[0-9]*
|
|
|
|
|
2012-05-31 13:19:32 +02:00
|
|
|
.include <bsd.port.mk>
|