mirror of https://git.FreeBSD.org/ports.git
26 lines
621 B
Makefile
26 lines
621 B
Makefile
PORTNAME= avocado-framework
|
|
DISTVERSION= 111.0
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= Set of tools and libraries to help with automated testing
|
|
WWW= https://avocado-framework.github.io/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ${PORTNAME}
|
|
GH_PROJECT= avocado
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
PYDISTUTILS_INSTALLARGS+= --etcprefix="${PREFIX}"
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|