summaryrefslogtreecommitdiff
path: root/misc/py-gpiozero/Makefile
blob: a298d1dc57e7a56380849a737b8f565cbe0688ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>