blob: 31df12c05498e21c4a32f69bfd7d9a04603d4ac0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Regexp-Log
PORTVERSION= 0.06
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Regexp::Log - A base class for log files regexp builders
USES= perl5
USE_PERL5= configure
MAN3= Regexp::Log.3
NO_STAGE= yes
.include <bsd.port.mk>
|