mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
21 lines
355 B
Makefile
21 lines
355 B
Makefile
PORTNAME= q-dns
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.19.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= dns
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Tiny command line DNS client
|
|
WWW= https://github.com/natesales/q
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:1.21,modules
|
|
|
|
GO_MODULE= github.com/natesales/q
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|