mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 13:01:19 +02:00
create bsd12 branch
This commit is contained in:
21
python/py-pbr/Makefile
Normal file
21
python/py-pbr/Makefile
Normal 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>
|
||||
Reference in New Issue
Block a user