1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/security/pssh/Makefile
Sunpoet Po-Chuan Hsieh abdce60f98 - Update LICENSE [1]
- 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]
2014-08-30 09:02:49 +00:00

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>