head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.17;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.01.05.25.54;	author lwhsu;	state Exp;
branches;
next	1.4;

1.4
date	2012.05.18.17.22.36;	author lwhsu;	state Exp;
branches;
next	1.3;

1.3
date	2011.12.20.06.31.35;	author lwhsu;	state Exp;
branches;
next	1.2;

1.2
date	2011.12.20.04.10.33;	author lwhsu;	state Exp;
branches;
next	1.1;

1.1
date	2011.12.20.03.21.09;	author lwhsu;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Created by: Li-Wen Hsu <lwhsu@@FreeBSD.org>
# $FreeBSD: head/security/py-ssh/Makefile 306774 2012-11-01 05:25:54Z lwhsu $

PORTNAME=	ssh
PORTVERSION=	1.8.0
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lwhsu@@FreeBSD.org
COMMENT=	Python SSH2 protocol library

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto

USE_PYTHON=		yes
USE_PYDISTUTILS=	easy_install

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>
@


1.5
log
@SVN rev 306774 on 2012-11-01 05:25:54Z by lwhsu

- Update to 1.8.0

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
log
@- Update to 1.7.14

PR:		ports/168105
Submitted by:	William Grzybowski <william88@@gmail.com>
@
text
@d1 1
a1 4
# New ports collection makefile for:	py-ssh
# Date created:		2011-12-20
# Whom:			Li-Wen Hsu <lwhsu@@FreeBSD.org>
#
a2 1
#
d5 1
a5 1
PORTVERSION=	1.7.14
@


1.3
log
@- Remove explicit dependency in setup.py for `python ./setup.py test`

Requested by:	clsung
@
text
@d9 1
a9 2
PORTVERSION=	1.7.11
PORTREVISION=	2
@


1.2
log
@- Add missing dependency
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@Add py-ssh 1.7.11, python SSH2 protocol library.
@
text
@d10 1
d18 2
@

