d507d89ece
4.014 Thurs June 11, 2020 * Fix build issue on non-win32 platforms. * Update zstd to 1.4.5 4.012 Tues February 4, 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 * Encoder/Decoder: Update miniz * Encoder/Decoder: Update zstd * Sereal/Encoder/Decoder: perltidy perl code to a standard style
24 lines
884 B
Makefile
24 lines
884 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/06/18 19:56:32 fcambus Exp $
|
|
|
|
DISTNAME= Sereal-4.014
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/Y/YV/YVES/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/pod/distribution/Sereal/lib/Sereal.pm
|
|
COMMENT= Fast, compact, powerful binary (de-)serialization
|
|
#LICENSE= # Copyright (C) 2012, 2013 by Steffen Mueller
|
|
|
|
DEPENDS+= p5-Sereal-Decoder>=4.007:../../converters/p5-Sereal-Decoder
|
|
DEPENDS+= p5-Sereal-Encoder>=4.007:../../converters/p5-Sereal-Encoder
|
|
|
|
# TEST_DEPENDS
|
|
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
|
|
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
|
|
|
|
PERL5_PACKLIST= auto/Sereal/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|