pkgsrc/sysutils/p5-Sys-Syslog/Makefile
wen 17d88e6f92 Update to 0.34
Upstream changes:
0.34 -- 2016.05.06 -- Sebastien Aperghis-Tramoni (SAPER)
        [BUGFIX] CPAN-RT#105117: use %e where available, fall back to %d and
        a regexp where not (Markus Laker).
        [BUGFIX] CPAN-RT#98446: trailing new line with perror (Alexander Bluhm).
        [BUGFIX] CPAN-RT#105152: the noeol option was ignored (Markus Laker).
        [PORT] CPAN-RT#104710: loadable library and perl binaries are mismatched,
        because of missing CCFLAGS (CHORNY, KMX).
        [PORT] No longer inheriting from Exporter doesn't work before Perl 5.8.3.
        [BUGFIX] CPAN-RT#90538: facility from openlog() is not used (Anton Yuzhaninov).
        [PORT] CPAN-RT#90212: Support non-Windows platforms where syslog.h
        is not defined (Brian Fraser).
        [PORT] CPAN-RT#90224: setlocale() is not available everywhere, for
        example on Android (Brian Fraser).
        [PORT] CPAN-RT#90218: getproto*() and getserv*() functions are not
        available everywhere (Brian Fraser).
        [DOC] CPAN-RT#102058: mention the repository in the documentation.
2016-08-12 11:50:36 +00:00

19 lines
515 B
Makefile

# $NetBSD: Makefile,v 1.9 2016/08/12 11:50:36 wen Exp $
#
DISTNAME= Sys-Syslog-0.34
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+= {perl>=5.6.0,p5-XSLoader>=0}:../../devel/p5-XSLoader
PERL5_PACKLIST= auto/Sys/Syslog/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"