Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= awscli |
4 |
PORTNAME= awscli |
5 |
PORTVERSION= 1.7.5 |
5 |
PORTVERSION= 1.7.11 |
6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
MASTER_SITE_SUBDIR=source/a/awscli |
|
|
9 |
|
8 |
|
10 |
MAINTAINER= alexey@renatasystems.org |
9 |
MAINTAINER= alexey@renatasystems.org |
11 |
COMMENT= Universal Command Line Interface for Amazon Web Services |
10 |
COMMENT= Universal Command Line Interface for Amazon Web Services |
Lines 18-25
Link Here
|
18 |
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \ |
17 |
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \ |
19 |
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa |
18 |
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa |
20 |
|
19 |
|
21 |
USES= python |
20 |
USES= python:2.6+ |
22 |
USE_PYTHON= distutils autoplist |
21 |
USE_PYTHON= autoplist distutils |
23 |
|
22 |
|
24 |
.include <bsd.port.pre.mk> |
23 |
.include <bsd.port.pre.mk> |
25 |
|
24 |
|