2005-03-03 12:13:02 +01:00
|
|
|
# New ports collection makefile for: textproc/p5-Regexp-Log-Common
|
|
|
|
# Date created: 03 March 2005
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Regexp-Log-Common
|
2007-03-04 11:10:59 +01:00
|
|
|
PORTVERSION= 0.05
|
2005-03-03 12:13:02 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-03-03 12:13:02 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Regexp::Log::Common, a parser for the Common Log Format
|
|
|
|
|
2012-06-04 20:08:03 +02:00
|
|
|
RUN_DEPENDS= p5-Regexp-Log>=0:${PORTSDIR}/textproc/p5-Regexp-Log
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2005-03-03 12:13:02 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-03-04 11:10:59 +01:00
|
|
|
MAN3= Regexp::Log::Common.3
|
2005-03-03 12:13:02 +01:00
|
|
|
|
2007-03-04 11:10:59 +01:00
|
|
|
.include <bsd.port.mk>
|