20 lines
463 B
Makefile
20 lines
463 B
Makefile
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>
|