Index: head/textproc/p5-ack/Makefile =================================================================== --- head/textproc/p5-ack/Makefile (revision 461035) +++ head/textproc/p5-ack/Makefile (revision 461036) @@ -1,30 +1,31 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= ack PORTVERSION= 2.22 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= p5-File-Next>=1.16:sysutils/p5-File-Next RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= bash:shells/bash \ p5-IO-Tty>=0:devel/p5-IO-Tty CONFLICTS_INSTALL= ja-ack-[0-9]* PORTSCOUT= limit:^[0-9\.]*$$ NO_ARCH= yes USES= cpe perl5 USE_PERL5= configure CPE_VENDOR= beyondgrep .include Index: head/textproc/p5-ack/pkg-descr =================================================================== --- head/textproc/p5-ack/pkg-descr (revision 461035) +++ head/textproc/p5-ack/pkg-descr (revision 461036) @@ -1,13 +1,13 @@ ack is a grep-like program with optimizations for searching through large trees of source code. Key improvements include: * Defaults to only searching program source code * Defaults to recursively searching directories * Ignores blib directories. * Ignores source code control directories, like CVS, .svn and _darcs. * Uses Perl regular expressions * Highlights matched text -WWW: http://beyondgrep.com/ +WWW: https://beyondgrep.com/