mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
19 lines
387 B
Makefile
19 lines
387 B
Makefile
# Created by: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
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>
|