ports/sysutils/py-dict-toolbox/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

21 lines
464 B
Makefile

PORTNAME= dict-toolbox
PORTVERSION= 2.1.2
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= krion@FreeBSD.org
COMMENT= Collection of python dictionary management tools
WWW= https://gitlab.com/saltstack/open/dict-toolbox/
LICENSE= APACHE20
USES= python shebangfix
USE_GITLAB= yes
GL_ACCOUNT= saltstack/open
GL_TAGNAME= 60ae07cb72c49918917c681fdcc3df88813b036b
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>