pkgsrc/sysutils/p5-Sys-Syslog/Makefile
sno 258d2803dd Updating package for CPAN distribution Sys-Syslog in devel/p5-Sys-Syslog
from 0.32nb1 to 0.33 to get the Perl module Sys::Syslog newer than the
core module (provide benefits to those installing it ...)

Upstream changes since 0.32:
0.33 -- 2013.05.24 -- Sebastien Aperghis-Tramoni (SAPER)
        [BUGFIX] CPAN-RT#82531: Invalid usage of POSIX::_exit (Alexander Berger).
        [OPTIM] No longer inherit from Exporter.
        [OPTIM] Load Fcntl only when necessary.
        [DOC] Add links to other logging modules.
        [DOC] CPAN-RT#80398: Typo spotted by alfirth@gmail.com
        [DOC] Typo spotted by David Steinbrunner.
        [TEST] CPAN-RT#79683: Added delays in t/facilities-routing.t
2013-07-03 06:13:29 +00:00

19 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/07/03 06:13:29 sno Exp $
#
DISTNAME= Sys-Syslog-0.33
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}
MAINTAINER= evaldo@gardenali.biz
HOMEPAGE= http://search.cpan.org/dist/Sys-Syslog/
COMMENT= Perl interface to the UNIX syslog(3) calls
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-XSLoader>=0:../../devel/p5-XSLoader
PERL5_PACKLIST= auto/Sys/Syslog/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"