diff options
Diffstat (limited to 'devel/py-pcodedmp/Makefile')
-rw-r--r-- | devel/py-pcodedmp/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/py-pcodedmp/Makefile b/devel/py-pcodedmp/Makefile deleted file mode 100644 index da16010fda14..000000000000 --- a/devel/py-pcodedmp/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= pcodedmp -PORTVERSION= 1.2.6 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= VBA p-code disassembler -WWW= https://github.com/bontchev/pcodedmp - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired devel/py-oletools -EXPIRATION_DATE=2025-06-01 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oletools>=0.54:devel/py-oletools@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> |