aboutsummaryrefslogtreecommitdiffstats
path: root/misc/py-smdebug-rulesconfig/Makefile
blob: 7453602b9b5b874f7721a20fc33905de327fa0b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>