cca6d85dc5
serializer using a binary protocol called Sereal. Its sister module Sereal::Decoder implements a decoder for this format. The two are released separately to allow for independent and safer upgrading. WWW: http://search.cpan.org/dist/Sereal-Encoder/
21 lines
459 B
Makefile
21 lines
459 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Sereal-Encoder
|
|
PORTVERSION= 0.26
|
|
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 serialization
|
|
|
|
TEST_DEPENDS= \
|
|
p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString \
|
|
p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sereal::Encoder.3
|
|
|
|
.include <bsd.port.mk>
|