ports/databases/py-python-arango/Makefile
Yuri Victorovich 2838ce1052 New port: databases/py-python-arango: Python driver for ArangoDB
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13733
2018-01-02 10:38:21 +00:00

24 lines
563 B
Makefile

# $FreeBSD$
PORTNAME= python-arango
DISTVERSION= 3.12.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python driver for ArangoDB
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
post-extract:
@${RM} -r ${WRKSRC}/tests # otherwise they are installed under the root directory and cause conflicts
.include <bsd.port.mk>