2015-07-26 20:59:15 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= raven
|
2016-04-23 07:57:32 +02:00
|
|
|
PORTVERSION= 5.13.0
|
2015-07-26 20:59:15 +02:00
|
|
|
CATEGORIES= devel python
|
2016-04-23 07:57:32 +02:00
|
|
|
#MASTER_SITES= CHEESESHOP
|
2016-04-05 09:15:59 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2015-07-26 20:59:15 +02:00
|
|
|
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
|
|
COMMENT= Client for Sentry
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
USES= python:3
|
2016-04-23 07:57:32 +02:00
|
|
|
# either CHEESESHOP or github, whatever is newer
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= getsentry
|
|
|
|
GH_PROJECT= raven-python
|
2015-07-26 20:59:15 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|