2006-08-16 07:00:47 +02:00
|
|
|
# New ports collection makefile for: p5-ack
|
|
|
|
# Date created: 2006/08/15
|
|
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ack
|
2010-11-17 20:19:55 +01:00
|
|
|
PORTVERSION= 1.94
|
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
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-08-16 07:00:47 +02:00
|
|
|
COMMENT= A grep-like text finder for large trees of text
|
|
|
|
|
2007-03-12 17:50:27 +01:00
|
|
|
BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next
|
2007-10-30 00:43:49 +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
|
|
|
|
|
2009-03-23 19:50:32 +01:00
|
|
|
MAN1= ack.1
|
2006-08-16 07:00:47 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|