mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
21 lines
447 B
Makefile
21 lines
447 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= terminado
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= robak@FreeBSD.org
|
|
COMMENT= Terminals served to term.js using Tornado websockets
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>0:sysutils/py-ptyprocess \
|
|
${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|