freebsd-ports/devel/py-python-engineio/Makefile
Mahdi Mokhtari 2873eb210c devel/py-python-engineio: Update to 1.6.0
Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11292
2017-07-02 12:26:53 +00:00

17 lines
301 B
Makefile

# $FreeBSD$
PORTNAME= python-engineio
PORTVERSION= 1.6.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>