diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-01-28 09:30:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-01-28 09:30:37 +0000 |
commit | 8943d08100fd394bbf04a18c204319c597367906 (patch) | |
tree | e8c3b8f0f65cb3c9d6e0f7d3fde2acd920e591cc /databases/py-python-swiftclient | |
parent | 13a797dbfa45cfb4726b26e2dda1be213c948961 (diff) |
Notes
Diffstat (limited to 'databases/py-python-swiftclient')
-rw-r--r-- | databases/py-python-swiftclient/Makefile | 2 | ||||
-rw-r--r-- | databases/py-python-swiftclient/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-python-swiftclient/Makefile b/databases/py-python-swiftclient/Makefile index 628b36b7ef95..467e134f76ae 100644 --- a/databases/py-python-swiftclient/Makefile +++ b/databases/py-python-swiftclient/Makefile @@ -11,6 +11,7 @@ MAINTAINER= trociny@FreeBSD.org COMMENT= Python client library for OpenStack Object Storage (Swift) LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.5.21:devel/py-pbr@${PY_FLAVOR} @@ -21,6 +22,7 @@ RUN_DEPENDS+= ${PY_FUTURES} \ USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes post-install: ${INSTALL_MAN} ${WRKSRC}/doc/manpages/swift.1 \ diff --git a/databases/py-python-swiftclient/pkg-descr b/databases/py-python-swiftclient/pkg-descr index f8c8be3aa3f8..16f52c0645e8 100644 --- a/databases/py-python-swiftclient/pkg-descr +++ b/databases/py-python-swiftclient/pkg-descr @@ -5,4 +5,4 @@ This code is based on the original client previously included with OpenStack's swift -- a highly available, distributed, eventually consistent object/blob store. -WWW: http://launchpad.net/python-swiftclient +WWW: https://launchpad.net/python-swiftclient |