freebsd-ports/devel/p5-File-Grep/Makefile
2021-04-06 16:31:07 +02:00

17 lines
334 B
Makefile

# Created by: Xavier Beaudouin <kiwi@oav.net>
PORTNAME= File-Grep
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kiwi@oav.net
COMMENT= Perl Module that Find matches to a pattern in files or function
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>