25 lines
378 B
Makefile
Raw Normal View History

COMMENT= grep like tool, aimed at programmers
PORTROACH= limit:v?[3-9].*
MODULES= cpan
PKG_ARCH= *
V= 3.5.0
DISTNAME= ack-v$V
PKGNAME= p5-ack-$V
CPAN_AUTHOR= PETDANCE
CATEGORIES= textproc
HOMEPAGE= https://beyondgrep.com/
2009-03-05 19:26:45 +00:00
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-File-Next
2015-11-01 11:19:11 +00:00
TEST_DEPENDS= devel/p5-IO-Tty \
shells/bash
2019-07-04 13:41:01 +00:00
PORTHOME= ${WRKDIR}
2020-01-07 09:19:23 +00:00
.include <bsd.port.mk>