5eefe67419
This is a dependency for r461164
17 lines
301 B
Makefile
17 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= python-engineio
|
|
PORTVERSION= 2.0.2
|
|
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>
|