This commit is contained in:
ziggi
2020-05-22 06:01:24 +00:00
parent 2327488661
commit a8a418c011
37 changed files with 364 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD: head/devel/py-pbr/Makefile 472884 2018-06-20 17:05:41Z mat $
# $FreeBSD: head/devel/py-pbr/Makefile 498530 2019-04-10 06:18:31Z antoine $
PORTNAME= pbr
PORTVERSION= 3.1.1
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:python/py-pip@${PY_FLAVOR}
NO_ARCH= yes
USES= python shebangfix
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
SHEBANG_FILES= pbr/tests/testpackage/setup.py
.include <bsd.port.mk>