77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
23 lines
457 B
Makefile
23 lines
457 B
Makefile
PORTNAME= raven
|
|
PORTVERSION= 6.10.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
#MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Client for Sentry
|
|
WWW= https://pypi.org/project/raven/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python:3.6+
|
|
# either PYPI or github, whatever is newer
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= getsentry
|
|
GH_PROJECT= raven-python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|