Add p5-BSON-XS 0.4.3
BSON::XS contains an XS implementation for BSON encoding and decoding. There is no public API. Use the BSON module and it will choose the best implementation for you. WWW: https://metacpan.org/release/BSON-XS
This commit is contained in:
parent
160d48ecfe
commit
314ed7123e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477263
@ -268,6 +268,7 @@
|
||||
SUBDIR += p5-AsciiDB-TagFile
|
||||
SUBDIR += p5-BDB
|
||||
SUBDIR += p5-BSON
|
||||
SUBDIR += p5-BSON-XS
|
||||
SUBDIR += p5-BerkeleyDB
|
||||
SUBDIR += p5-Bucardo
|
||||
SUBDIR += p5-CDB_File
|
||||
|
33
databases/p5-BSON-XS/Makefile
Normal file
33
databases/p5-BSON-XS/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= BSON-XS
|
||||
PORTVERSION= 0.4.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= XS implementation of MongoDB BSON serialization
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Config-AutoConf>=0.220:devel/p5-Config-AutoConf \
|
||||
p5-Path-Tiny>=0.052:devel/p5-Path-Tiny \
|
||||
${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-BSON>=1.6.6:databases/p5-BSON
|
||||
TEST_DEPENDS= p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
||||
p5-Path-Tiny>=0.054:devel/p5-Path-Tiny \
|
||||
p5-Test-Deep>=0:devel/p5-Test-Deep \
|
||||
p5-Tie-IxHash>=0:devel/p5-Tie-IxHash
|
||||
|
||||
CFLAGS+= -DBSON_COMPILATION
|
||||
USE_PERL5= configure
|
||||
USES= perl5 gmake
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BSON/XS/XS.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-BSON-XS/distinfo
Normal file
3
databases/p5-BSON-XS/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1534345641
|
||||
SHA256 (BSON-XS-v0.4.3.tar.gz) = 8d6a03582d429b8172b4e68e7a667b18bbc7bace37f6537beee5891e068f8fa6
|
||||
SIZE (BSON-XS-v0.4.3.tar.gz) = 226599
|
5
databases/p5-BSON-XS/pkg-descr
Normal file
5
databases/p5-BSON-XS/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
BSON::XS contains an XS implementation for BSON encoding and decoding. There is
|
||||
no public API. Use the BSON module and it will choose the best implementation
|
||||
for you.
|
||||
|
||||
WWW: https://metacpan.org/release/BSON-XS
|
3
databases/p5-BSON-XS/pkg-plist
Normal file
3
databases/p5-BSON-XS/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_ARCH%%/BSON/XS.pm
|
||||
%%SITE_ARCH%%/auto/BSON/XS/XS.so
|
||||
%%PERL5_MAN3%%/BSON::XS.3.gz
|
Loading…
Reference in New Issue
Block a user