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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Regexp
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Regexp::Log::Common, a parser for the Common Log Format
|
|
|
|
|
2007-03-04 11:10:59 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Regexp/Log.pm:${PORTSDIR}/textproc/p5-Regexp-Log
|
|
|
|
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>
|