mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
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
21 lines
464 B
Makefile
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>
|