blob: a66baa4c12c341b604c565f3004f363c8db98594 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
PORTNAME= Sereal-Decoder
PORTVERSION= 5.004
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:YVES
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for fast, powerful binary deserialization (decoder)
WWW= https://metacpan.org/pod/Sereal::Decoder
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LIB_DEPENDS= libzstd.so:archivers/zstd
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Differences>=0,1:devel/p5-Test-Differences \
p5-Test-LongString>=0:devel/p5-Test-LongString \
p5-Test-Warn>=0:devel/p5-Test-Warn
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV= NO_ASM=no USE_UNALIGNED=no
MAKE_ENV= PASTHRU_DEFINE="-I${LOCALBASE}/include"
MAKE_JOBS_UNSAFE= yes
PORTSCOUT= limit:^[0-9\.]*$$
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sereal/Decoder/Decoder.so
.include <bsd.port.mk>
|