ports/misc/py-mixpanel/Makefile
Dave Cottlehuber 5221b16e2c misc/py-mixpanel: new port - python API for mixpanel analytics
Sponsored by:	SkunkWerks, GmbH
2024-11-11 00:28:36 +00:00

33 lines
828 B
Makefile

PORTNAME= mixpanel
DISTVERSION= 4.10.1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= mixpanel-${PORTVERSION}
MAINTAINER= dch@FreeBSD.org
COMMENT= Python client library for Mixpanel Analytics API
WWW= https://mixpanel.com/help/reference/python \
https://github.com/mixpanel/mixpanel-python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.44:devel/py-wheel@${PY_FLAVOR}
USES= python:3.10+ shebangfix
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
PORTDOCS= README.rst
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>