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