opnsense-ports/security/pssh/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

24 lines
525 B
Makefile

PORTNAME= pssh
PORTVERSION= 2.3.5
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= security net sysutils
MAINTAINER= timp87@gmail.com
COMMENT= Parallel version of OpenSSH and related tools
WWW= https://github.com/lilydjwg/pssh
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= rsync:net/rsync
USES= python
USE_PYTHON= autoplist pep517
USE_GITHUB= yes
GH_ACCOUNT= lilydjwg
NO_ARCH= yes
.include <bsd.port.mk>