pkgsrc-wip/py-ssh2/Makefile
Guillaume Lasmayous 7a4745498c Import py26-ssh2-0.6.9 as wip/py-ssh2.
ssh4py is a Python wrapper around libssh2. This package removes methods
which require the private API files from libssh2 (channel.getSocket,
ssh.getCompressionMethods) and a method which was not exported, and
which requires a function that doesn't exist in libssh2 (channel.pollWrite).

This package requires a bit more polishing I think. There are still hard-coded
paths that should not be required (to be tested on Darwin). All patches should
be commented.
2010-06-01 21:35:31 +00:00

27 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/06/01 21:35:31 guigui2 Exp $
DISTNAME= ssh4py-0.6.9
EXTRACT_SUFX= .zip
PKGNAME= ${PYPKGPREFIX}-ssh2-0.6.9
CATEGORIES= security python
MASTER_SITES= http://www.keyphrene.com/download/
MAINTAINER= pmcphee@givex.com
COMMENT= Python wrapper around libssh2
HOMEPAGE= http://www.keyphrene.com/products/4py/
LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/ssh4py-0.6.9
NO_CONFIGURE= yes
#PYTHON_VERSIONS_ACCEPTED= 26 25 24 23
PYDISTUTILSPKG= yes
#PYBINMODULE= yes
PYSETUP= setup_ssh4.py
.include "../../security/libssh2/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"