freebsd-ports/devel/py-applicationinsights/Makefile
Sunpoet Po-Chuan Hsieh ca2027b55b Update to 0.11.9
- Update WWW
- Take maintainership

Changes:	https://github.com/microsoft/ApplicationInsights-Python/releases
2020-02-04 17:54:24 +00:00

23 lines
473 B
Makefile

# $FreeBSD$
PORTNAME= applicationinsights
PORTVERSION= 0.11.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Applications Insights SDK for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test:
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
.include <bsd.port.mk>