diff options
Diffstat (limited to 'misc/py-gpiozero/Makefile')
-rw-r--r-- | misc/py-gpiozero/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/py-gpiozero/Makefile b/misc/py-gpiozero/Makefile new file mode 100644 index 000000000000..a298d1dc57e7 --- /dev/null +++ b/misc/py-gpiozero/Makefile @@ -0,0 +1,23 @@ +PORTNAME= gpiozero +DISTVERSION= 2.0.1 +CATEGORIES= misc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simple interface to GPIO devices with Raspberry Pi +WWW= https://gpiozero.readthedocs.io/en/latest/ \ + https://github.com/gpiozero/gpiozero + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +ONLY_FOR_ARCHS= aarch64 +ONLY_FOR_ARCHS_REASON= intended only for Raspberry Pi + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> |