mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
24 lines
513 B
Makefile
24 lines
513 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pbr
|
|
PORTVERSION= 3.1.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Python Build Reasonableness
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES?= python shebangfix
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
SHEBANG_FILES= pbr/tests/testpackage/setup.py
|
|
|
|
.include <bsd.port.mk>
|