aboutsummaryrefslogtreecommitdiff
path: root/devel/pycomposefile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pycomposefile/Makefile')
-rw-r--r--devel/pycomposefile/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/pycomposefile/Makefile b/devel/pycomposefile/Makefile
deleted file mode 100644
index 9981b3302a5f..000000000000
--- a/devel/pycomposefile/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= pycomposefile
-DISTVERSION= 0.0.30
-PORTREVISION= 2
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= dbaio@FreeBSD.org
-COMMENT= Structured deserialization of Docker Compose files for Python
-WWW= https://pypi.org/project/pycomposefile/
-
-LICENSE= MIT
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-post-patch:
- @${RM} -r ${WRKSRC}/tests/
-
-.include <bsd.port.mk>