Added
Link Here
|
1 |
PORTNAME= PyChromecast |
2 |
PORTVERSION= 13.0.8 |
3 |
CATEGORIES= net python |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
7 |
MAINTAINER= lexi.freebsd@le-fay.org |
8 |
COMMENT= Python module to talk to Google Chromecast |
9 |
WWW= https://pypi.org/project/PyChromecast/ |
10 |
|
11 |
LICENSE= MIT |
12 |
|
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf@${PY_FLAVOR} \ |
14 |
${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}casttube>0:net/py-casttube@${PY_FLAVOR} |
16 |
|
17 |
USES= python |
18 |
USE_PYTHON= distutils autoplist |
19 |
|
20 |
.include <bsd.port.mk> |