ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/awscli/Makefile
Revision: 22070
Committed: Fri Nov 4 22:24:11 2016 UTC (7 years, 5 months ago) by laffer1
Content type: text/plain
File size: 676 byte(s)
Log Message:
awscli 1.11.13

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= awscli
4 PORTVERSION= 1.11.13
5 CATEGORIES= devel
6 MASTER_SITES= CHEESESHOP
7
8 MAINTAINER= ports@MidnightBSD.org
9 COMMENT= Universal Command Line Interface for Amazon Web Services
10
11 LICENSE= apache2
12
13 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.46:${PORTSDIR}/devel/py-botocore \
14 ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \
15 ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.0:${PORTSDIR}/net/py-s3transfer \
16 ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
17 ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa
18
19 USES= python:2
20 USE_PYTHON= autoplist distutils
21 NO_ARCH= yes
22
23 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain