ports/sysutils/py-dict-toolbox/Makefile
2021-12-17 09:15:44 +01:00

22 lines
466 B
Makefile

# 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>