From dde4c030d6f0bc1bd46ea6a6594c7a6edf364a80 Mon Sep 17 00:00:00 2001 From: sno Date: Wed, 3 Jul 2013 06:41:50 +0000 Subject: 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. --- converters/p5-Sereal-Decoder/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 converters/p5-Sereal-Decoder/Makefile (limited to 'converters/p5-Sereal-Decoder/Makefile') 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" -- cgit v1.2.3