diff options
Diffstat (limited to 'devel/py-Farama-Notifications/Makefile')
-rw-r--r-- | devel/py-Farama-Notifications/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/py-Farama-Notifications/Makefile b/devel/py-Farama-Notifications/Makefile new file mode 100644 index 000000000000..34a3a7c301a3 --- /dev/null +++ b/devel/py-Farama-Notifications/Makefile @@ -0,0 +1,22 @@ +PORTNAME= Farama-Notifications +DISTVERSION= 0.0.4 +CATEGORIES= devel +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Notifications for all Farama Foundation maintained libraries +WWW= https://github.com/Farama-Foundation/Farama-Notifications + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist pytest + +NO_ARCH= yes + +.include <bsd.port.mk> |