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

PORTNAME=	dict-toolbox
PORTVERSION=	1.9
PORTREVISION=	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_PYTHON=	autoplist distutils

USE_GITLAB=	yes
GL_ACCOUNT=	saltstack/open
GL_COMMIT=	28a88a35a597d0f4eff7a607e2a458befc68b2a7

NO_ARCH=	yes

.include <bsd.port.mk>