freebsd-ports/devel/p5-File-Grep/Makefile
Dmitry Marakasov 4d4b259bcd - Add NO_ARCH
Approved by:	portmgr blanket
2015-05-31 13:37:20 +00:00

18 lines
346 B
Makefile

# Created by: Xavier Beaudouin <kiwi@oav.net>
# $FreeBSD$
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>