Files
ports/finance/py-finnhub-python/Makefile
T
Yuri Victorovich 16c8d3b403 finance/py-finnhub-python: update 2.4.27 → 2.4.28
Reported by:	portscout
2026-04-23 00:59:10 -07:00

22 lines
463 B
Makefile

PORTNAME= finnhub-python
DISTVERSION= 2.4.28
CATEGORIES= finance python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python API to access Finnhub
WWW= https://finnhub.io/docs/api
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>