diff options
author | sno <sno> | 2013-07-03 06:41:50 +0000 |
---|---|---|
committer | sno <sno> | 2013-07-03 06:41:50 +0000 |
commit | dde4c030d6f0bc1bd46ea6a6594c7a6edf364a80 (patch) | |
tree | ffd56d6d7880d8a5ee78c6aa2cf2ada005716801 /converters/p5-Sereal-Decoder/Makefile | |
parent | 5a6d2215279de13d9452d54e2177ced32cef590d (diff) | |
download | pkgsrc-dde4c030d6f0bc1bd46ea6a6594c7a6edf364a80.tar.gz |
Adding package for CPAN distribution Sereal-Decoder 0.36 into
converters/p5-Sereal-Decoder.
This library implements a deserializer for an efficient, compact-output,
and feature-rich binary protocol called Sereal. Its sister module
Sereal::Encoder implements an encoder for this format. The two are released
separately to allow for independent and safer upgrading.
The Sereal protocol version that is compatible with this decoder
implementation is currently protocol version 1. As it stands, it will
refuse to attempt to decode future versions of the protocol, but there
is likely going to be an option to decode the parts of the input that
are compatible with version 1 of the protocol. The protocol was designed
to allow for this.
Diffstat (limited to 'converters/p5-Sereal-Decoder/Makefile')
-rw-r--r-- | converters/p5-Sereal-Decoder/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/converters/p5-Sereal-Decoder/Makefile b/converters/p5-Sereal-Decoder/Makefile new file mode 100644 index 00000000000..f739fcc8004 --- /dev/null +++ b/converters/p5-Sereal-Decoder/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2013/07/03 06:41:50 sno Exp $ + +DISTNAME= Sereal-Decoder-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-Decoder/ +COMMENT= Perl5 module for fast, compact, powerful binary deserialization +LICENSE= ${PERL5_LICENSE} + +BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString + +PERL5_PACKLIST= auto/Sereal/Decoder/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |