mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
26 lines
518 B
Makefile
26 lines
518 B
Makefile
# New ports collection makefile for: p5-ack
|
|
# Date created: 2006/08/15
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ack
|
|
PORTVERSION= 1.92
|
|
CATEGORIES= textproc perl5 sysutils
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= App
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A grep-like text finder for large trees of text
|
|
|
|
BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= ack.1
|
|
|
|
.include <bsd.port.mk>
|