pkgsrc/converters/p5-Sereal-Decoder/Makefile
fcambus 41d13f5161 p5-Sereal-Decoder: update to 4.014.
4.014 Thurs June 11, 2020
    * Fix build issue on non-win32 platforms.
    * Update zstd to 1.4.5

4.012 Weds June 10, 2020
    * Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev

4.011 Tues February 4, 2020
    * Fix and test custom opcode logic for 5.31.2 and later.

4.010 Tues February 4, 2020
    * Update miniz
    * Update zstd
    * perltidy perl code to a standard style
2020-06-18 19:54:33 +00:00

24 lines
858 B
Makefile

# $NetBSD: Makefile,v 1.21 2020/06/18 19:54:33 fcambus Exp $
DISTNAME= Sereal-Decoder-4.014
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5 converters
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/Y/YV/YVES/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Sereal-Decoder
COMMENT= Perl5 module for fast, compact, powerful binary deserialization
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
PERL5_PACKLIST= auto/Sereal/Decoder/.packlist
# problem with zstd/ in 4.002
MAKE_JOBS_SAFE= no
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"