1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/py-gevent-websocket/Makefile
2015-10-31 22:08:19 +00:00

22 lines
471 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= gevent-websocket
PORTVERSION= 0.9.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= WebSocket library for the gevent networking library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=0:${PORTSDIR}/devel/py-gevent
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>