1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/security/pssh/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

25 lines
435 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
BROKEN= Unfetchable (google code has gone away)
RUN_DEPENDS= rsync:net/rsync
USES= python
USE_PYTHON= autoplist distutils
PROJECTHOST= parallel-ssh
.include <bsd.port.mk>