19 lines
360 B
Makefile
19 lines
360 B
Makefile
PORTNAME= gemget
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.9.0
|
|
PORTREVISION= 11
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= codeleaves@yahoo.com
|
|
COMMENT= CLI downloader for the Gemini protocol
|
|
WWW= https://github.com/makew0rld/gemget
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= go:modules
|
|
GO_MODULE= github.com/makeworld-the-better-one/gemget
|
|
|
|
PLIST_FILES= bin/gemget
|
|
|
|
.include <bsd.port.mk>
|