blob: ca53e50a21675352c0930fc196248037c1298070 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-Parse-Syslog
# Date created: 27 August 2001
# Whom: Stephen Roznowski (sjr@home.com)
#
# $FreeBSD$
#
PORTNAME= Parse-Syslog
PORTVERSION= 1.02
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Parse
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= Perl5 routines that present a simple interface to parse syslog files
PERL_CONFIGURE= yes
MAN3= Parse::Syslog.3
.include <bsd.port.mk>
|