- Update to 112.0 - Switch to the upstream suggested approach for /usr/local prefix handling rather than keeping a local patch Sponsored by: The FreeBSD Foundation
27 lines
728 B
Makefile
27 lines
728 B
Makefile
PORTNAME= avocado-framework
|
|
DISTVERSION= 112.0
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
|
PATCHFILES+= dcfd5a7.patch:-p1 # https://github.com/avocado-framework/avocado/pull/6171/
|
|
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|