blob: 044568c97e6a9836e26d66ad7f46a18a8f1a5233 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Stephen Roznowski (sjr@home.com)
# $FreeBSD$
PORTNAME= Parse-Syslog
PORTVERSION= 1.10
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 routines that present a simple interface to parse syslog files
BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
USES= perl5
USE_PERL5= configure
MAN3= Parse::Syslog.3
.include <bsd.port.mk>
|