mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
22 lines
466 B
Makefile
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>
|