summaryrefslogtreecommitdiff
path: root/converters/p5-Sereal-Decoder/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2013-07-03 06:41:50 +0000
committersno <sno@pkgsrc.org>2013-07-03 06:41:50 +0000
commit50a62adb6585bf09b59766a55035f2730014926a (patch)
treeffd56d6d7880d8a5ee78c6aa2cf2ada005716801 /converters/p5-Sereal-Decoder/Makefile
parent3106182d58e1f3bc22b66bf88b157ba2f94804d4 (diff)
downloadpkgsrc-50a62adb6585bf09b59766a55035f2730014926a.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/Makefile18
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"