610382e4ea
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
25 lines
641 B
Makefile
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>
|