opnsense-ports/devel/py-raven/Makefile
Franco Fichtner 5505c49780 */*: sync with upstream
Taken from: HardenedBSD
2018-06-21 08:02:46 +02:00

27 lines
559 B
Makefile

# $FreeBSD$
PORTNAME= raven
PORTVERSION= 6.8.0
CATEGORIES= devel python
#MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= pi@FreeBSD.org
COMMENT= Client for Sentry
LICENSE= BSD2CLAUSE
USES= python
# either CHEESESHOP or github, whatever is newer
USE_GITHUB= yes
GH_ACCOUNT= getsentry
GH_PROJECT= raven-python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3200
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}contextlib2>0:devel/py-contextlib2@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>