mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
5b3e6a5e9c
Update py-botocore to 0.76 Update py-jmespath to 0.5.0
32 lines
954 B
Makefile
32 lines
954 B
Makefile
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= awscli
|
|
PORTVERSION= 1.6.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
MASTER_SITE_SUBDIR=source/a/awscli
|
|
|
|
MAINTAINER= alexey@renatasystems.org
|
|
COMMENT= Universal Command Line Interface for Amazon Web Services
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.12.0:${PORTSDIR}/devel/py-bcdoc \
|
|
${PYTHON_PKGNAMEPREFIX}botocore>=0.76.0:${PORTSDIR}/devel/py-botocore \
|
|
${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \
|
|
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
|
|
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PYTHON_REL} < 270
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|