diff options
Diffstat (limited to 'textproc/py-extract-msg/Makefile')
-rw-r--r-- | textproc/py-extract-msg/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/textproc/py-extract-msg/Makefile b/textproc/py-extract-msg/Makefile deleted file mode 100644 index 2514cc7974eb..000000000000 --- a/textproc/py-extract-msg/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= extract-msg -DISTVERSION= 0.52.0 -PORTREVISION= 2 -CATEGORIES= textproc python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= extract_msg-${PORTVERSION} - -MAINTAINER= DtxdF@disroot.org -COMMENT= Extracts emails and attachments saved in MS Outlook's .msg files -WWW= https://github.com/TeamMsgExtractor/msg-extractor - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Depends on expiring textproc/py-RTFDE -EXPIRATION_DATE=2025-06-01 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.11.1:www/py-beautifulsoup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}chardet>=4.0.0:textproc/py-chardet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}compressed-rtf>=1.0.6:archivers/py-compressed-rtf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ebcdic>=1.1.1:textproc/py-ebcdic@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}olefile>=0.46:devel/py-olefile@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz-deprecation-shim>0:devel/py-pytz-deprecation-shim@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}red-black-tree-mod>=0:devel/py-red-black-tree-mod@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}RTFDE>=0.0.2:textproc/py-RTFDE@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tzlocal>=4.2:devel/py-tzlocal@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -.include <bsd.port.mk> |