freebsd-ports/devel/py-raven/Makefile
Kurt Jaeger 6088898b3e devel/py-raven: 5.12.0 -> 5.13.0
- Resolved an issue where Raven would fail with an exception if the
  package name did not match the setuptools name in some isolated
  cases.
2016-04-23 05:57:32 +00:00

21 lines
400 B
Makefile

# $FreeBSD$
PORTNAME= raven
PORTVERSION= 5.13.0
CATEGORIES= devel python
#MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= pi@FreeBSD.org
COMMENT= Client for Sentry
LICENSE= BSD2CLAUSE
USES= python:3
# either CHEESESHOP or github, whatever is newer
USE_GITHUB= yes
GH_ACCOUNT= getsentry
GH_PROJECT= raven-python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>