mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
24 lines
395 B
Makefile
24 lines
395 B
Makefile
COMMENT= asynchronous parallel SSH client library
|
|
|
|
MODPY_DISTV= 2.14.0
|
|
DISTNAME= parallel_ssh-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME:S/_/-/}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODPY_PI= Yes
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
RUN_DEPENDS= security/py-paramiko \
|
|
devel/py-gevent \
|
|
devel/py-greenlet
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|