diff options
Diffstat (limited to 'misc/py-orange3-educational/Makefile')
-rw-r--r-- | misc/py-orange3-educational/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/misc/py-orange3-educational/Makefile b/misc/py-orange3-educational/Makefile deleted file mode 100644 index 6677cf06db39..000000000000 --- a/misc/py-orange3-educational/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= orange3-educational -DISTVERSION= 0.4.0 -PORTREVISION= 3 -CATEGORIES= misc education python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Orange add-on: widgets for machine learning and data mining -WWW= https://github.com/biolab/orange3-educational - -LICENSE= CC-BY-3.0 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist - -USE_GITHUB= yes -GH_ACCOUNT= biolab - -NO_ARCH= yes - -.include <bsd.port.mk> |