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
|
2006-09-20 08:19:37 +02:00
|
|
|
PORTVERSION= 1.28
|
2006-08-16 07:00:47 +02:00
|
|
|
CATEGORIES= textproc perl5 sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= App
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= chinsan.tw@gmail.com
|
|
|
|
COMMENT= A grep-like text finder for large trees of text
|
|
|
|
|
2006-09-10 09:43:38 +02:00
|
|
|
BUILD_DEPENDS= p5-File-Next>=0:${PORTSDIR}/sysutils/p5-File-Next
|
|
|
|
|
2006-08-16 07:00:47 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= ack.1
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
|
|
|
IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|