1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/textproc/ack/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

30 lines
598 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= ack
PORTVERSION= 2.14
PORTREVISION= 1
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:sysutils/p5-File-Next
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= bash:shells/bash \
p5-IO-Tty>=0:devel/p5-IO-Tty
CONFLICTS_INSTALL= ja-ack-[0-9]*
PORTSCOUT= limit:^[0-9\.]*$$
USES= cpe perl5
USE_PERL5= configure
CPE_VENDOR= beyondgrep
.include <bsd.port.mk>