1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/py-mox3/Makefile
Martin Wilke 999a178e46 mox3 is an unofficial port of the Google mox framework to Python 3. It was meant
to be as compatible with mox as possible, but small enhancements have been made.

WWW: https://docs.openstack.org/mox3/

PR:		228680
Submitted by:	freebsd_ports@k-worx.org
Sponsored by:	iXsystems Inc.
2018-06-02 18:45:34 +00:00

25 lines
592 B
Makefile

# $FreeBSD$
PORTNAME= mox3
DISTVERSION= 0.25.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= Fork of mox with Python 3 support
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fixtures>=3.0.0:devel/py-fixtures@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>