Files

24 lines
425 B
Makefile
Raw Permalink Normal View History

2024-12-22 14:45:39 +00:00
COMMENT= asynchronous parallel SSH client library
2017-09-19 07:46:21 +00:00
2026-03-02 14:49:14 +00:00
MODPY_DISTV= 2.16.0.post1
2025-03-23 16:09:34 +00:00
DISTNAME= parallel_ssh-${MODPY_DISTV}
2026-03-02 14:49:14 +00:00
PKGNAME= py-parallel-ssh-${MODPY_DISTV:S/.post/pl/}
2026-03-16 22:28:25 +00:00
REVISION= 0
2017-09-19 07:46:21 +00:00
2024-12-22 14:45:39 +00:00
CATEGORIES= sysutils
2017-09-19 07:46:21 +00:00
# BSD
2024-12-22 14:45:39 +00:00
PERMIT_PACKAGE= Yes
2017-09-19 07:46:21 +00:00
2024-12-22 14:45:39 +00:00
MODPY_PI= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools
2017-09-19 07:46:21 +00:00
2026-03-02 14:49:14 +00:00
RUN_DEPENDS= security/py-ssh2-python \
2024-12-22 14:45:39 +00:00
devel/py-gevent \
devel/py-greenlet
2017-09-19 07:46:21 +00:00
2024-12-22 14:45:39 +00:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2017-09-19 07:46:21 +00:00
.include <bsd.port.mk>