freebsd-ports/comms/py-adafruit-ampy/Makefile
Fukang Chen 3430621a09 [NEW PORT]: comms/py-adafruit-ampy: Adafruit MicroPython tool
Adafruit MicroPython Tool (ampy) - Utility to interact with
a MicroPython board over a serial connection.

WWW: https://github.com/adafruit/ampy

Reviewed by:	koobs
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D16524
2018-08-01 03:43:16 +00:00

23 lines
537 B
Makefile

# $FreeBSD$
PORTNAME= adafruit-ampy
PORTVERSION= 1.0.5
CATEGORIES= comms python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loader@FreeBSD.org
COMMENT= Adafruit MicroPython tool
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-dotenv>0:www/py-python-dotenv@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>