Raven is a Python client for Sentry (http://getsentry.com/). It provides full out-of-the-box support for many of the popular frameworks, including Django, Flask, and Pylons. Raven also includes drop-in support for any WSGI-compatible web application. WWW: https://pypi.python.org/pypi/raven
16 lines
247 B
Makefile
16 lines
247 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= raven
|
|
PORTVERSION= 5.5.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Client for Sentry
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python:3
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|