pkgsrc/converters/p5-Sereal-Encoder/Makefile
sno aa261826c7 Adding package for CPAN distribution Sereal-Encoder version 0.36 into
converters/p5-Sereal-Encoder.

This library implements an efficient, compact-output, and feature-rich
serializer using a binary protocol called Sereal. Its sister module
Sereal::Decoder implements a decoder for this format. The two are released
separately to allow for independent and safer upgrading.

The Sereal protocol version emitted by this encoder implementation is
currently protocol version 1.
2013-07-03 06:44:22 +00:00

18 lines
602 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/03 06:44:22 sno Exp $
DISTNAME= Sereal-Encoder-0.36
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-LongString-[0-9]*:../../devel/p5-Test-LongString
PERL5_PACKLIST= auto/Sereal/Encoder/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"