aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-dict-toolbox/Makefile
blob: fe662ad1b5501c5e8458de07f68c94251c647b19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	dict-toolbox
PORTVERSION=	2.1.2
CATEGORIES=	sysutils python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	krion@FreeBSD.org
COMMENT=	Collection of python dictionary management tools
WWW=		https://gitlab.com/saltstack/open/dict-toolbox/

LICENSE=	APACHE20

USES=		python shebangfix

USE_GITLAB=	yes
GL_ACCOUNT=	saltstack/open
GL_TAGNAME=	60ae07cb72c49918917c681fdcc3df88813b036b
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>