ports/devel/py-parallax/Makefile
Martin Wilke b061ab554e Parallax SSH is a fork of Parallel SSH which focuses less on command-line
tools and more on providing a flexible and programmable API that can be used by
Python application developers to perform SSH operations across multiple
machines.

WWW: https://github.com/krig/parallax/

PR:		228184
Submitted by:	David Shane Holden <dpejesh@yahoo.com>
Sponsored by:	iXsystems Inc.
2018-05-19 16:32:15 +00:00

20 lines
364 B
Makefile

# Created by: David Shane Holden <dpejesh@yahoo.com>
# $FreeBSD$
PORTNAME= parallax
PORTVERSION= 1.0.3
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dpejesh@yahoo.com
COMMENT= Python API for SSH
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= krig
.include <bsd.port.mk>