create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

21
python/py-pbr/Makefile Normal file
View File

@@ -0,0 +1,21 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD: head/devel/py-pbr/Makefile 472884 2018-06-20 17:05:41Z mat $
PORTNAME= pbr
PORTVERSION= 3.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Python Build Reasonableness
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:python/py-pip@${PY_FLAVOR}
NO_ARCH= yes
USES= python shebangfix
USE_PYTHON= autoplist distutils
SHEBANG_FILES= pbr/tests/testpackage/setup.py
.include <bsd.port.mk>