freebsd-ports/textproc/hexcode/Makefile
Daniel Engberg daf0a0db26 textproc/hexcode: Remove MASTER_SITES
Remove unneeded variable

Reference:
Porters Handbook USE_GITLAB section

Approved by:	portmgr (blanket)
2022-09-15 19:10:09 +02:00

19 lines
407 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_COMMIT= 28014ba87c67b7d352c131a7a985b8188506a2ed
.include <bsd.port.mk>