mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
abdce60f98
- Use USES=python [2] - Use USE_PYTHON=autoplist to fix packaging when DEFAULT_VERSIONS=python=3.* [2] Approved by: portmgr (blanket) [1] With hat: python [2]
23 lines
397 B
Makefile
23 lines
397 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pssh
|
|
PORTVERSION= 2.3.1
|
|
CATEGORIES= security net sysutils
|
|
MASTER_SITES= GOOGLE_CODE \
|
|
LOCAL/brooks
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= Parallel versions of the openssh tools
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
PROJECTHOST= parallel-ssh
|
|
|
|
.include <bsd.port.mk>
|