mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
New port: devel/pecl-msgpack
This extension provide API for communicating with MessagePack serialization. WWW: http://pecl.php.net/package/msgpack PR: ports/181577 Submitted by: John Chen
This commit is contained in:
parent
e984a3a1c4
commit
e6ca9cbec5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332892
@ -3256,6 +3256,7 @@
|
||||
SUBDIR += pecl-judy
|
||||
SUBDIR += pecl-libevent
|
||||
SUBDIR += pecl-mcve
|
||||
SUBDIR += pecl-msgpack
|
||||
SUBDIR += pecl-ncurses
|
||||
SUBDIR += pecl-newt
|
||||
SUBDIR += pecl-operator
|
||||
|
21
devel/pecl-msgpack/Makefile
Normal file
21
devel/pecl-msgpack/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: John Chen <johnpupu@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= msgpack
|
||||
PORTVERSION= 0.5.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= johnpupu@gmail.com
|
||||
COMMENT= Provides API for communicating with MessagePack serialization
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_PHP= session
|
||||
USE_PHPEXT= yes
|
||||
USE_PHP_BUILD= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/pecl-msgpack/distinfo
Normal file
2
devel/pecl-msgpack/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PECL/msgpack-0.5.5.tgz) = c369348a3ab36dd98fb21ab117c8019d8a54f7f1070d299c45e84d7e15d55bd2
|
||||
SIZE (PECL/msgpack-0.5.5.tgz) = 55999
|
3
devel/pecl-msgpack/pkg-descr
Normal file
3
devel/pecl-msgpack/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This extension provides API for communicating with MessagePack serialization.
|
||||
|
||||
WWW: http://pecl.php.net/package/msgpack
|
Loading…
Reference in New Issue
Block a user