summaryrefslogtreecommitdiff
path: root/misc/py-smdebug-rulesconfig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-smdebug-rulesconfig/Makefile')
-rw-r--r--misc/py-smdebug-rulesconfig/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/py-smdebug-rulesconfig/Makefile b/misc/py-smdebug-rulesconfig/Makefile
new file mode 100644
index 000000000000..7453602b9b5b
--- /dev/null
+++ b/misc/py-smdebug-rulesconfig/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= smdebug-rulesconfig
+DISTVERSION= 1.0.1
+CATEGORIES= misc python # machine-learning
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= SageMaker: SMDebug RulesConfig (library for Amazon Sagemaker)
+WWW= https://github.com/awslabs/sagemaker-debugger-rulesconfig
+
+LICENSE= APACHE20
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>