forked from Lainports/opnsense-ports
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>
|