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
|
2008-03-31 16:29:53 +02:00
|
|
|
PORTVERSION= 1.80
|
2006-08-16 07:00:47 +02:00
|
|
|
CATEGORIES= textproc perl5 sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= App
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-10-03 17:34:44 +02:00
|
|
|
MAINTAINER= chinsan@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
|
|
|
|
|
|
|
|
MAN1= ack.1
|
2006-12-20 16:58:29 +01:00
|
|
|
MAN3= Ack.3
|
2006-08-16 07:00:47 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|