freebsd-ports/textproc/p5-ack/Makefile
Stefan Eßer 5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-23 23:11:40 +01:00

33 lines
651 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
PORTNAME= ack
PORTVERSION= 3.5.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
CPE_VENDOR= beyondgrep
PORTSCOUT= limit:^[0-9\.]*$$
.include <bsd.port.mk>