diff options
Diffstat (limited to 'textproc/py-RTFDE/Makefile')
-rw-r--r-- | textproc/py-RTFDE/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/py-RTFDE/Makefile b/textproc/py-RTFDE/Makefile deleted file mode 100644 index 0f3622cdc2b1..000000000000 --- a/textproc/py-RTFDE/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= RTFDE -DISTVERSION= 0.1.1 -PORTREVISION= 1 -CATEGORIES= textproc python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= DtxdF@disroot.org -COMMENT= Library for extracting HTML content from RTF encapsulated HTML -WWW= https://github.com/seamustuohy/RTFDE - -LICENSE= LGPL3 - -DEPRECATED= Depends on expired devel/py-oletools -EXPIRATION_DATE=2025-06-01 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0.11:devel/py-lark@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oletools>=0.56:devel/py-oletools@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -.include <bsd.port.mk> |