Add devel/p5-Data-Serializer-Sereal, the glue for using Sereal

in Data::Serializer.
This commit is contained in:
Adam Weinberger 2015-11-20 04:31:47 +00:00
parent c862bdb809
commit 2576e158ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401986
5 changed files with 29 additions and 0 deletions

View file

@ -1998,6 +1998,7 @@
SUBDIR += p5-Data-Section
SUBDIR += p5-Data-Section-Simple
SUBDIR += p5-Data-Serializer
SUBDIR += p5-Data-Serializer-Sereal
SUBDIR += p5-Data-ShowTable
SUBDIR += p5-Data-Stag
SUBDIR += p5-Data-Stream-Bulk

View file

@ -0,0 +1,21 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Serializer-Sereal
PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= adamw@FreeBSD.org
COMMENT= Creates bridge between Data::Serializer and Sereal
BUILD_DEPENDS= p5-Data-Serializer>=0:${PORTSDIR}/devel/p5-Data-Serializer \
p5-Sereal-Decoder>=0:${PORTSDIR}/converters/p5-Sereal-Decoder \
p5-Sereal-Encoder>=0:${PORTSDIR}/converters/p5-Sereal-Encoder
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Data-Serializer-Sereal-1.05.tar.gz) = 9233e9ce1f05bc2c5075795e787d40451601db0b8cd99f78802145b0be1ea8c3
SIZE (Data-Serializer-Sereal-1.05.tar.gz) = 3588

View file

@ -0,0 +1,3 @@
Allows you to use Sereal as the serializer backend in Data::Serializer.
WWW: https://metacpan.org/pod/Data::Serializer::Sereal

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/Data/Serializer/Sereal.pm
%%PERL5_MAN3%%/Data::Serializer::Sereal.3.gz