forked from Lainports/freebsd-ports
Add patch from PR 240664 to use mandoc instead of groff, and remove the DOCS option and runtime dependency on groff. Bump PORTREVISION due to the change in package dependencies. While here, add pkg-message with instructions on how to enable auto- complete for awscli. PR: 240664 Submitted by: nork@ninth-nine.com Sponsored by: Miles AS
29 lines
900 B
Makefile
29 lines
900 B
Makefile
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= awscli
|
|
PORTVERSION= 1.16.227
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= bhughes@FreeBSD.org
|
|
COMMENT= Universal Command Line Interface for Amazon Web Services
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.217:devel/py-botocore@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}s3transfer>=0.2.0:net/py-s3transfer@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils concurrent noflavors
|
|
|
|
NO_ARCH= yes
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|