mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
22 lines
411 B
Makefile
22 lines
411 B
Makefile
# 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= BSD3CLAUSE
|
|
|
|
USE_PHP= session
|
|
USE_PHPEXT= yes
|
|
USE_PHP_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|