mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
16113ce425
PR: 229673 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Approved by: joneum, Kai (freebsd_ports@k-worx.org>
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= scp
|
|
DISTVERSION= 0.11.0
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sergey@akhmatov.ru
|
|
COMMENT= Scp module for paramiko
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|