29 lines
955 B
Makefile
29 lines
955 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= google-api-core
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Core Google API Client Library
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PY_FUTURES} \
|
|
${PYTHON_PKGNAMEPREFIX}google-auth>=0.4.0:security/py-google-auth@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.5.3:devel/py-googleapis-common-protos@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2:devel/py-grpcio@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|