diff options
author | brooks <brooks@FreeBSD.org> | 2011-02-12 02:12:28 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2011-02-12 02:12:28 +0800 |
commit | 71f6498fb519ad62aa6ddb6ba1e31738a503cfcd (patch) | |
tree | 870f1caac1e5d0daed8338bcfc5dc34a20c4ab40 /security/pssh/Makefile | |
parent | 4f42462ed83cc606670df02192b015ddf5d97700 (diff) | |
download | freebsd-ports-gnome-71f6498fb519ad62aa6ddb6ba1e31738a503cfcd.tar.gz freebsd-ports-gnome-71f6498fb519ad62aa6ddb6ba1e31738a503cfcd.tar.zst freebsd-ports-gnome-71f6498fb519ad62aa6ddb6ba1e31738a503cfcd.zip |
Update to 2.2.2
PR: ports/154568
Submitted by: Ruslan Mahmatkhanov
Diffstat (limited to 'security/pssh/Makefile')
-rw-r--r-- | security/pssh/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/security/pssh/Makefile b/security/pssh/Makefile index a7bb45a5fee2..e63e385db332 100644 --- a/security/pssh/Makefile +++ b/security/pssh/Makefile @@ -6,18 +6,23 @@ # PORTNAME= pssh -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.2 CATEGORIES= security net sysutils MASTER_SITES= GOOGLE_CODE \ - LOACL/brooks + LOCAL/brooks MAINTAINER= brooks@FreeBSD.org COMMENT= Parallel versions of the openssh tools +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync -USE_PYTHON= YES -USE_PYDISTUTILS=easy_install +MAN1= pssh.1 + +USE_PYTHON= yes +USE_PYDISTUTILS= yes PROJECTHOST= parallel-ssh |