Index: head/databases/py-python-swiftclient/Makefile =================================================================== --- head/databases/py-python-swiftclient/Makefile (revision 491466) +++ head/databases/py-python-swiftclient/Makefile (revision 491467) @@ -1,29 +1,31 @@ # Created by: Mikolaj Golub # $FreeBSD$ PORTNAME= python-swiftclient PORTVERSION= 3.6.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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} RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS+= ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes post-install: ${INSTALL_MAN} ${WRKSRC}/doc/manpages/swift.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/databases/py-python-swiftclient/pkg-descr =================================================================== --- head/databases/py-python-swiftclient/pkg-descr (revision 491466) +++ head/databases/py-python-swiftclient/pkg-descr (revision 491467) @@ -1,8 +1,8 @@ This is a python client for the Swift API. There's a Python API (the ``swiftclient`` module), and a command-line script (``swift``). 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