mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
19 lines
342 B
Makefile
19 lines
342 B
Makefile
PORTNAME= cli53
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.8.25
|
|
CATEGORIES= dns
|
|
|
|
MAINTAINER= meta@FreeBSD.org
|
|
COMMENT= Command line tool for Amazon Route 53
|
|
WWW= https://github.com/barnybug/cli53
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= go:modules,1.23
|
|
GO_MODULE= github.com/barnybug/${PORTNAME}
|
|
GO_TARGET= ./cmd/cli53
|
|
|
|
PLIST_FILES= bin/cli53
|
|
|
|
.include <bsd.port.mk>
|