pkgsrc/textproc/p5-ack/Makefile
wiz 9efa4ddf59 p5-ack: update to 2.18.
2.18    Fri Mar 24 14:53:19 CDT 2017
====================================
ack 2.18 will probably be the final release in the ack 2.x series.
I'm going to be starting work on ack 3.000 in earnest.  Still,
if you discover problems with ack 2, please report them to
https://github.com/petdance/ack2/issues

If you're interested in ack 3 development, please sign up
for the ack-dev mailing list and/or join the ack Slack.  See
https://beyondgrep.com/community/ for details.

[INTERNALS]
Removed the abstraction of App::Ack::Resource and its subclass
App::Ack::Resource::Basic.  We are abandoning the idea that we'll have
plugins.


2.17_02 Thu Mar 23 22:25:13 CDT 2017
====================================
[FIXES]
ack no longer throws an undefined variable warning if it's called
from a directory that doesn't exist. (GH #634)

[DOCUMENTATION]
Explain that filetypes must be two characters or longer. (GH #389)

[INTERNALS]
Removed dependency on File::Glob which isn't used.
2017-09-18 12:47:02 +00:00

26 lines
713 B
Makefile

# $NetBSD: Makefile,v 1.27 2017/09/18 12:47:02 wiz Exp $
DISTNAME= ack-2.18
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ack/
COMMENT= Grep-like text finder
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-File-Next>=0.4:../../devel/p5-File-Next
#DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
USE_TOOLS+= perl
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/ack/.packlist
REPLACE_PERL+= ack
# Avoid ack regenerating itself and frustrating REPLACE_PERL setting
post-configure:
${TOUCH} ${WRKSRC}/ack
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"