mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
dbbfc7889a
- 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
25 lines
435 B
Makefile
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>
|