pkgsrc/net/py-scp/Makefile
adam 88e81149b3 py-scp: updated to 0.13.1
0.13.1:
- Guard against some malformed messages from the server
2019-03-13 17:50:45 +00:00

18 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.6 2019/03/13 17:50:45 adam Exp $
DISTNAME= scp-0.13.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jbardin/scp.py
COMMENT= Send and receive files with scp
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"