70da036883
Reminded by: sunpoet
15 lines
278 B
Makefile
15 lines
278 B
Makefile
# Created by: John Chen <johnpupu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= msgpack
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Provides API for communicating with MessagePack serialization
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= php:pecl
|
|
|
|
.include <bsd.port.mk>
|