pkgsrc/converters/p5-Sereal-Encoder/Makefile
wiz 5b6ba8e154 p5-Sereal-Encoder: update to 4.005.
4.005 Tues Jan 23, 2018
    * Document encode_to_file()
2018-02-25 15:59:35 +00:00

24 lines
864 B
Makefile

# $NetBSD: Makefile,v 1.14 2018/02/25 15:59:35 wiz Exp $
DISTNAME= Sereal-Encoder-4.005
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= http://search.cpan.org/dist/Sereal-Encoder/
COMMENT= Perl5 module for fast, compact, powerful binary serialization
LICENSE= ${PERL5_LICENSE}
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
BUILD_DEPENDS+= p5-Sereal-Decoder>=4.002:../../converters/p5-Sereal-Decoder
PERL5_PACKLIST= auto/Sereal/Encoder/.packlist
# dependency problem in 4.002 with zstd/
MAKE_JOBS_SAFE= no
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"