aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-msgpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-msgpack/Makefile')
-rw-r--r--devel/py-msgpack/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile
index 800ca42325c9..6f245fe8cc8e 100644
--- a/devel/py-msgpack/Makefile
+++ b/devel/py-msgpack/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: py-msgpack
-# Date created: 11 July 2011
-# Whom: Andrey Zonov <andrey@zonov.org>
-#
+# Created by: Andrey Zonov <andrey@zonov.org>
# $FreeBSD$
-#
PORTNAME= msgpack
-PORTVERSION= 0.1.13
+PORTVERSION= 0.2.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,10 +12,11 @@ MAINTAINER= zont@FreeBSD.org
COMMENT= MessagePack (de)serializer for Python
LICENSE= AL2
-LICENSE_FILE= ${WRKSRC}/COPYING
USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USE_PYDISTUTILS= easy_install
+PYDISTUTILS_INSTALLARGS= -O 1 -N -Z -S ${PYTHON_SITELIBDIR} -d ${PYEASYINSTALL_SITELIBDIR} ${WRKSRC}/dist/${PYEASYINSTALL_EGG}
PYDISTUTILS_PKGNAME= ${PORTNAME}_python
+PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>