freebsd-ports/devel/py-raven/Makefile
Mateusz Piotrowski 47e90cf8cd Set NO_ARCH
Approved by:	portmgr blanket
2020-11-18 18:05:49 +00:00

30 lines
590 B
Makefile

# $FreeBSD$
PORTNAME= raven
PORTVERSION= 6.10.0
PORTREVISION= 1
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
NO_ARCH= yes
.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>