diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-08 05:07:47 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-08 05:07:47 +0000 |
commit | 7741b2068a442edaf56bee7899406546743085db (patch) | |
tree | c21dd9cf99789ad65906c99901bc080f0eb0e96a | |
parent | 768df36f7bdfb526cdb0e4dd580d183376d69e06 (diff) | |
download | ports-7741b2068a442edaf56bee7899406546743085db.tar.gz ports-7741b2068a442edaf56bee7899406546743085db.zip |
Notes
-rw-r--r-- | ftp/py-sftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/py-sftp/Makefile b/ftp/py-sftp/Makefile index 3d1b74f8f1bd..7e7609f863f2 100644 --- a/ftp/py-sftp/Makefile +++ b/ftp/py-sftp/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rozhuk.im@gmail.com COMMENT= Simple interface to SFTP -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.17:security/py-paramiko@${FLAVOR} |