pkgsrc/converters/p5-Sereal-Decoder/Makefile
sno 50a62adb65 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.
2013-07-03 06:41:50 +00:00

18 lines
604 B
Makefile

# $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"