freebsd-ports/devel/py-raven/Makefile
Kurt Jaeger 4103c35414 New port: devel/raven
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
2015-07-26 18:59:15 +00:00

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>