mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
on high performance. It is like JSON, but very fast and small. WWW: http://pypi.python.org/pypi/msgpack-python/ PR: ports/159111 Submitted by: Andrey Zonov <andrey@zonov.org>
22 lines
488 B
Makefile
22 lines
488 B
Makefile
# New ports collection makefile for: py-msgpack
|
|
# Date created: 11 July 2011
|
|
# Whom: Andrey Zonov <andrey@zonov.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= msgpack
|
|
PORTVERSION= 0.1.9
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= msgpack-python-${PORTVERSION}
|
|
|
|
MAINTAINER= andrey@zonov.org
|
|
COMMENT= MessagePack (de)serializer for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= msgpack_python
|
|
|
|
.include <bsd.port.mk>
|