freebsd-ports/textproc/p5-ack/Makefile

31 lines
614 B
Makefile
Raw Normal View History

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= ack
PORTVERSION= 2.16
CATEGORIES= textproc sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PETDANCE
2017-03-12 18:28:06 +01:00
PKGNAMEPREFIX= p5-
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
2015-02-18 17:23:19 +01:00
CONFLICTS_INSTALL= ja-ack-[0-9]*
PORTSCOUT= limit:^[0-9\.]*$$
NO_ARCH= yes
USES= cpe perl5
USE_PERL5= configure
CPE_VENDOR= beyondgrep
2012-05-31 13:19:32 +02:00
.include <bsd.port.mk>