diff options
Diffstat (limited to 'devel/py-pycomposefile/Makefile')
| -rw-r--r-- | devel/py-pycomposefile/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/py-pycomposefile/Makefile b/devel/py-pycomposefile/Makefile new file mode 100644 index 000000000000..c04f05244c85 --- /dev/null +++ b/devel/py-pycomposefile/Makefile @@ -0,0 +1,25 @@ +PORTNAME= pycomposefile +PORTVERSION= 0.0.34 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Structured deserialization of Docker Compose files +WWW= https://github.com/usepowershell/pycomposefile + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.11<4:devel/py-flit-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +post-patch: + @${RM} -r ${WRKSRC}/tests/ + +.include <bsd.port.mk> |
