mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
9af95ba0dd
the 'bad' version numbers
31 lines
500 B
Makefile
31 lines
500 B
Makefile
COMMENT= grep like tool, aimed at programmers
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
V= 3.9.0
|
|
DISTNAME= ack-v$V
|
|
PKGNAME= p5-ack-$V
|
|
CPAN_AUTHOR= PETDANCE
|
|
CATEGORIES= textproc
|
|
|
|
PORTROACH= limit:v[3-9]
|
|
|
|
HOMEPAGE= https://beyondgrep.com/
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# tar: Extended header record length 6677 is out of range
|
|
BUILD_DEPENDS= archivers/gtar
|
|
TAR= gtar
|
|
|
|
RUN_DEPENDS= devel/p5-File-Next
|
|
|
|
TEST_DEPENDS= devel/p5-IO-Tty \
|
|
shells/bash \
|
|
textproc/p5-YAML-PP
|
|
|
|
PORTHOME= ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|