diff options
Diffstat (limited to 'security/pssh/Makefile')
-rw-r--r-- | security/pssh/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/pssh/Makefile b/security/pssh/Makefile index 13bc8a6..485d544 100644 --- a/security/pssh/Makefile +++ b/security/pssh/Makefile @@ -3,8 +3,7 @@ PORTNAME= pssh PORTVERSION= 2.3.1 CATEGORIES= security net sysutils -MASTER_SITES= GOOGLE_CODE \ - LOCAL/brooks +MASTER_SITES= CHEESESHOP MAINTAINER= brooks@FreeBSD.org COMMENT= Parallel versions of the openssh tools @@ -12,13 +11,10 @@ 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 +NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -PROJECTHOST= parallel-ssh - .include <bsd.port.mk> |