freebsd-ports/textproc/ack/Makefile

23 lines
447 B
Makefile
Raw Normal View History

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= ack
PORTVERSION= 2.04
CATEGORIES= textproc perl5 sysutils
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= App
MAINTAINER= perl@FreeBSD.org
COMMENT= 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
CONFLICTS_INSTALL= ja-ack-[0-9]*
2009-03-23 19:50:32 +01:00
MAN1= ack.1
2012-05-31 13:19:32 +02:00
.include <bsd.port.mk>