2012-10-01 13:24:18 +02:00
|
|
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
2005-03-03 12:13:02 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Regexp-Log-Common
|
2014-06-24 15:48:08 +02:00
|
|
|
PORTVERSION= 0.09
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
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-07-18 09:16:11 +02:00
|
|
|
LICENSE= ART20
|
|
|
|
|
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
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-03-03 12:13:02 +01:00
|
|
|
|
2007-03-04 11:10:59 +01:00
|
|
|
.include <bsd.port.mk>
|