ports/devel/py-msgpack/Makefile
Pav Lucistnik 8949c974c4 MessagePack is a binary-based efficient data interchange format that is focused
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>
2011-08-08 20:11:36 +00:00

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>