diff options
Diffstat (limited to 'devel/py-avocado-framework/Makefile')
-rw-r--r-- | devel/py-avocado-framework/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/py-avocado-framework/Makefile b/devel/py-avocado-framework/Makefile new file mode 100644 index 000000000000..05c7e6c836cc --- /dev/null +++ b/devel/py-avocado-framework/Makefile @@ -0,0 +1,25 @@ +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> |