opnsense-ports/devel/py-u-msgpack-python/Makefile
Franco Fichtner 75158b8ed1 */*: sync with upstream
Taken from: HardenedBSD
2018-05-08 16:43:10 +02:00

20 lines
431 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= u-msgpack-python
PORTVERSION= 2.5.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Portable, lightweight MessagePack (de)serializer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>