ports/devel/py-python-engineio/Makefile
Mahdi Mokhtari 0554a2b455 devel/py-python-engineio: Update to 1.7.0
Update regarding to newer deve/py-gdbgui update

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Essen Hackathon 2017
Differential Revision:	https://reviews.freebsd.org/D11459
2017-07-08 11:25:45 +00:00

17 lines
301 B
Makefile

# $FreeBSD$
PORTNAME= python-engineio
PORTVERSION= 1.7.0
CATEGORIES= devel python net
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mmokhi@FreeBSD.org
COMMENT= Python Engine.IO server
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>