aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-dict-toolbox/Makefile
blob: 8013c53ad4223341c901c1f0e0b01a1a187c1950 (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.1.2
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=	60ae07cb72c49918917c681fdcc3df88813b036b
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>