21 lines
392 B
Makefile
21 lines
392 B
Makefile
PORTNAME= hexowl
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.5.1
|
|
PORTREVISION= 6
|
|
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>
|