diff options
-rw-r--r-- | devel/py-python-jenkins/Makefile | 2 | ||||
-rw-r--r-- | devel/py-python-jenkins/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-python-jenkins/Makefile b/devel/py-python-jenkins/Makefile index 8973574ca592..e9b62a0fa47e 100644 --- a/devel/py-python-jenkins/Makefile +++ b/devel/py-python-jenkins/Makefile @@ -10,6 +10,7 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python bindings for the remote Jenkins API LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.8.2:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.8.2:devel/py-pbr@${PY_FLAVOR} \ @@ -19,5 +20,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.8.2:devel/py-pbr@${PY_FLAVOR} \ USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/py-python-jenkins/pkg-descr b/devel/py-python-jenkins/pkg-descr index d810319bf3da..e3bb392224c5 100644 --- a/devel/py-python-jenkins/pkg-descr +++ b/devel/py-python-jenkins/pkg-descr @@ -2,4 +2,4 @@ Python Jenkins is a python wrapper for the Jenkins REST API which aims to provide a more conventionally pythonic way of controlling a Jenkins server. It provides a higher-level API containing a number of convenience functions. -WWW: http://python-jenkins.readthedocs.io/en/latest/ +WWW: https://python-jenkins.readthedocs.io/en/latest |