Net::Syslog implements the intra-host syslog forwarding protocol. It is not intended to replace the Sys::Syslog or Unix::Syslog modules, but instead to provide a method of using syslog when a local syslogd is unavailable or when you don't want to write syslog messages to the local syslog.
22 lines
631 B
Makefile
22 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/09/01 13:12:01 udontknow Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Syslog-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LH/LHOWARD/}
|
|
|
|
MAINTAINER= evaldo@gardenali.biz
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/L/LH/LHOWARD/
|
|
COMMENT= Extension for sending syslog messages directly to a remote syslogd
|
|
|
|
.include "../../lang/perl5/license.mk"
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Net/Syslog/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|