mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
35 lines
670 B
Makefile
35 lines
670 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ack
|
|
PORTVERSION= 3.4.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PETDANCE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Grep-like text finder for large trees of text
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-File-Next>=1.18:sysutils/p5-File-Next
|
|
TEST_DEPENDS= bash:shells/bash \
|
|
p5-IO-Tty>=0:devel/p5-IO-Tty
|
|
|
|
USES= cpe perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
CONFLICTS_INSTALL= ja-ack-[0-9]*
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$
|
|
|
|
CPE_VENDOR= beyondgrep
|
|
|
|
.include <bsd.port.mk>
|