freebsd-ports/devel/py-aws-sam-translator/Makefile
Danilo G. Baio 610382e4ea Add devel/py-aws-sam-translator
AWS SAM Translator is a library that transform SAM templates into AWS
CloudFormation templates.

You can use SAM to define serverless applications in simple and clean syntax.

WWW: https://pypi.org/project/aws-sam-translator/

PR:		238533
Submitted by:	nork@ninth-nine.com
2019-06-15 13:33:27 +00:00

25 lines
641 B
Makefile

# $FreeBSD$
PORTNAME= aws-sam-translator
PORTVERSION= 1.11.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nork@ninth-nine.com
COMMENT= Library that transform SAM templates into AWS CloudFormation templates
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.5:www/py-boto3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR} \
${PY_ENUM34}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>