diff options
Diffstat (limited to 'editors/py-editor/Makefile')
-rw-r--r-- | editors/py-editor/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/py-editor/Makefile b/editors/py-editor/Makefile new file mode 100644 index 000000000000..80cd5febd672 --- /dev/null +++ b/editors/py-editor/Makefile @@ -0,0 +1,23 @@ +PORTNAME= editor +DISTVERSION= 1.6.6 +CATEGORIES= editors python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Open the default text editor +WWW= https://github.com/rec/editor + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}runs>0:devel/py-runs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xmod>0:devel/py-xmod@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> |