mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Sereal is an efficient, compact-output, binary and feature-rich
serialization protocol. The Perl encoder is implemented as the Sereal::Encoder module, the Perl decoder correspondingly as Sereal::Decoder. They are distributed separately to allow for safe upgrading without downtime. WWW: http://search.cpan.org/dist/Sereal/
This commit is contained in:
parent
b8b8797976
commit
78c15374ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311704
@ -99,6 +99,7 @@
|
||||
SUBDIR += p5-Number-Nary
|
||||
SUBDIR += p5-Number-RecordLocator
|
||||
SUBDIR += p5-PerlIO-via-Unidecode
|
||||
SUBDIR += p5-Sereal
|
||||
SUBDIR += p5-Sereal-Decoder
|
||||
SUBDIR += p5-Sereal-Encoder
|
||||
SUBDIR += p5-Storable-AMF
|
||||
|
22
converters/p5-Sereal/Makefile
Normal file
22
converters/p5-Sereal/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Sereal
|
||||
PORTVERSION= 0.260
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SMUELLER
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for fast, compact, powerful binary (de-)serialization
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Sereal-Decoder>=0.25:${PORTSDIR}/converters/p5-Sereal-Decoder \
|
||||
p5-Sereal-Encoder>=0.26:${PORTSDIR}/converters/p5-Sereal-Encoder
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Sereal.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
converters/p5-Sereal/distinfo
Normal file
2
converters/p5-Sereal/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Sereal-0.260.tar.gz) = f6fe4fe8902ce3c26392f8ef95373b49932498490a89d410edf922b4b29ff278
|
||||
SIZE (Sereal-0.260.tar.gz) = 3850
|
7
converters/p5-Sereal/pkg-descr
Normal file
7
converters/p5-Sereal/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Sereal is an efficient, compact-output, binary and feature-rich
|
||||
serialization protocol. The Perl encoder is implemented as the
|
||||
Sereal::Encoder module, the Perl decoder correspondingly as
|
||||
Sereal::Decoder. They are distributed separately to allow for safe
|
||||
upgrading without downtime.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Sereal/
|
3
converters/p5-Sereal/pkg-plist
Normal file
3
converters/p5-Sereal/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal/.packlist
|
||||
%%SITE_PERL%%/Sereal.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal
|
Loading…
Reference in New Issue
Block a user