forked from Lainports/opnsense-ports
17 lines
340 B
Makefile
17 lines
340 B
Makefile
PORTNAME= SyslogScan
|
|
PORTVERSION= 0.32
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Perl5 routines to parse system logs
|
|
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= read_mail_log.pl
|
|
perl_OLD_CMD= /usr/bin/perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|