Files
ports/math/hexowl/Makefile
T
2026-07-10 09:54:15 +02:00

21 lines
393 B
Makefile

PORTNAME= hexowl
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.1
PORTREVISION= 14
CATEGORIES= math
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Lightweight programmer's calculator with variables and functions
WWW= https://github.com/dece2183/hexowl
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/dece2183/hexowl
PLIST_FILES= bin/hexowl
.include <bsd.port.mk>