freebsd-ports/devel/awscli/Makefile
Bradley T. Hughes efcbff97be devel/awscli: add runtime dependency on groff
This is needed to display help/documentation.

PR:		223054
Reported by:	andrew.fengler@scaleengine.com
Sponsored by:	Miles AS
2019-07-31 19:36:04 +00:00

26 lines
870 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= awscli
PORTVERSION= 1.16.207
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.197: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 groff:run
USE_PYTHON= autoplist distutils concurrent noflavors
NO_ARCH= yes
.include <bsd.port.mk>