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