freebsd-ports/textproc/ack/Makefile

26 lines
578 B
Makefile
Raw Normal View History

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= ack
PORTVERSION= 2.14
CATEGORIES= textproc sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PETDANCE
MAINTAINER= perl@FreeBSD.org
COMMENT= Grep-like text finder for large trees of text
LICENSE= ART20
BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty
USES= perl5
USE_PERL5= configure
CONFLICTS_INSTALL= ja-ack-[0-9]*
2012-05-31 13:19:32 +02:00
.include <bsd.port.mk>