mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c072c01428
* Encoder: Document encode_to_file() * Decoder: Document and fix decode_from_file() * Sereal: fixup docs on write_file()/decode_file()
28 lines
685 B
Makefile
28 lines
685 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Sereal
|
|
PORTVERSION= 4.005
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:YVES
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= Perl extension for fast, compact, powerful binary (de-)serialization
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Sereal-Decoder>=${PORTVERSION}:converters/p5-Sereal-Decoder \
|
|
p5-Sereal-Encoder>=${PORTVERSION}:converters/p5-Sereal-Encoder
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
|
|
p5-Test-LongString>=0:devel/p5-Test-LongString \
|
|
p5-Test-Warn>=0:devel/p5-Test-Warn
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|