2004-05-10 17:10:40 +02:00
|
|
|
# New ports collection makefile for: File-Grep
|
|
|
|
# Date created: 08 May 2004
|
|
|
|
# Whom: Xavier Beaudouin <kiwi@oav.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= File-Grep
|
2005-10-05 15:27:36 +02:00
|
|
|
PORTVERSION= 0.02
|
2004-05-10 17:10:40 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-05-10 17:10:40 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kiwi@oav.net
|
|
|
|
COMMENT= Perl Module that Find matches to a pattern in files or function
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= File::Grep.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|