mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
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.
20 lines
364 B
Makefile
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>
|