diff options
Diffstat (limited to 'devel/py-buildbot-react-console-view/Makefile')
-rw-r--r-- | devel/py-buildbot-react-console-view/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/py-buildbot-react-console-view/Makefile b/devel/py-buildbot-react-console-view/Makefile deleted file mode 100644 index ead2e140e5b2..000000000000 --- a/devel/py-buildbot-react-console-view/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= buildbot-react-console-view -DISTVERSION= 4.0.4 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= buildbot_react_console_view-${DISTVERSION} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Buildbot Console View plugin (react) -WWW= https://buildbot.net - -LICENSE= GPLv2 - -DEPRECATED=No longer required by Buildbot 4.X -EXPIRATION_DATE= 2025-09-30 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -.include <bsd.port.mk> |