ports/security/pssh/Makefile
Dima Panov 61d14bb262
security/pssh: pet portlint (+)
When building with all flavors, concurrent packages get override by same name without flafors suffix
Set noflafors to build only default one

Approved by:    portmgr blanket (trivial packaging fix)

Sponsored by:   Future Crew, LLC
2024-11-20 13:28:42 +03:00

26 lines
536 B
Makefile

PORTNAME= pssh
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.5
PORTREVISION= 1
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 noflavors pep517
USE_GITHUB= yes
GH_ACCOUNT= lilydjwg
NO_ARCH= yes
.include <bsd.port.mk>