2005-03-03 11:11:25 +00:00
|
|
|
# New ports collection makefile for: textproc/p5-Regexp-Log
|
|
|
|
# Date created: 03 March 2005
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Regexp-Log
|
2005-09-13 08:52:04 +00:00
|
|
|
PORTVERSION= 0.04
|
2005-03-03 11:11:25 +00:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2005-03-03 11:11:25 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Regexp::Log - A base class for log files regexp builders
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Regexp::Log.3
|
|
|
|
|
2007-09-08 01:12:10 +00:00
|
|
|
.include <bsd.port.mk>
|