freebsd-ports/devel/awscli/Makefile
Brad Davis 643d1beb17 Update devel/awscli to 1.7.4 and devel/py-botocore to 0.86
PR:		197078
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm>
Approved by:	bapt
2015-02-09 21:03:28 +00:00

30 lines
891 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= awscli
PORTVERSION= 1.7.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.84.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
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>