aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-dict-toolbox/Makefile
blob: e2fc03729f00333fb0d9cdcf2e683ae457559ca2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Kirill Ponomarev <krion@FreeBSD.org>

PORTNAME=	dict-toolbox
PORTVERSION=	2.0.1
CATEGORIES=	sysutils python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	krion@FreeBSD.org
COMMENT=	Collection of python dictionary management tools

LICENSE=	APACHE20

USES=		python:3.6+ shebangfix

USE_GITLAB=	yes
GL_ACCOUNT=	saltstack/open
GL_COMMIT=	454a826a43cc94ac8af4e45b2f8fe38589571057
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>