diff options
Diffstat (limited to 'misc/py-orange3-associate/Makefile')
-rw-r--r-- | misc/py-orange3-associate/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/misc/py-orange3-associate/Makefile b/misc/py-orange3-associate/Makefile deleted file mode 100644 index 1938bd5b11a1..000000000000 --- a/misc/py-orange3-associate/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= orange3-associate -DISTVERSION= 1.1.8 -PORTREVISION= 3 -CATEGORIES= misc python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Orange 3 add-on: Frequent itemsets and association rules mining -WWW= https://github.com/biolab/orange3-associate - -LICENSE= GPLv3+ - -DEPRECATED= Depends on expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist - -USE_GITHUB= yes -GH_ACCOUNT= biolab - -.include <bsd.port.mk> |