pkgsrc/security/py-ssh/Makefile
gls 058699623a Update security/py-ssh to 1.7.13.
Upstream changes:


## ssh 1.7.13 (2012-02-13)

* #5: Moved a `fcntl` import closer to where it's used to help avoid
  `ImportError` problems on Windows platforms. Thanks to Jason Coombs for the
  catch + suggested fix.
* #4: Updated implementation of WinPageant integration to work on 64-bit
  Windows. Thanks again to Jason Coombs for the patch.
2012-04-13 21:35:18 +00:00

23 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/04/13 21:35:18 gls Exp $
#
DISTNAME= ssh-${VERSION}
PKGNAME= ${PYPKGPREFIX}-ssh-${VERSION}
CATEGORIES= security
MASTER_SITES= http://pypi.python.org/packages/source/s/ssh/
VERSION= 1.7.13
MAINTAINER= gls@NetBSD.org
HOMEPAGE= http://pypi.python.org/pypi/ssh/
COMMENT= This is a library for making SSH2 connections (client or server)
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PYPKGPREFIX}-crypto>=2.1:../../security/py-crypto
PYDISTUTILSPKG= yes
USE_LANGUAGES= # none
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"