forked from Lainports/freebsd-ports
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
19 lines
408 B
Makefile
19 lines
408 B
Makefile
PORTNAME= hexcode
|
|
DISTVERSION= 1.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= jlhawkwell@ladyserenakitty.com
|
|
COMMENT= Easily convert between hex and data.
|
|
WWW= https://gitlab.com/LadySerenaKitty/hexcode
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= LadySerenaKitty
|
|
GL_PROJECT= ${PORTNAME}
|
|
GL_TAGNAME= 28014ba87c67b7d352c131a7a985b8188506a2ed
|
|
|
|
.include <bsd.port.mk>
|