1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/dns/cli53/Makefile
Koichiro Iwao 9e3b02bc9f dns/cli53: Update to 0.8.17
Sponsored by:	HAW International
2020-03-10 01:38:10 +00:00

35 lines
1.2 KiB
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= cli53
DISTVERSION= 0.8.17
CATEGORIES= dns
MAINTAINER= meta@FreeBSD.org
COMMENT= Command line tool for Amazon Route 53
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= barnybug
GH_TUPLE= \
aws:aws-sdk-go:v1.29.19:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
gucumber:gucumber:71608e2f6e76:gucumber_gucumber/vendor/github.com/gucumber/gucumber \
jmespath:go-jmespath:c2b33e8439af:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \
miekg:dns:e4205768578d:miekg_dns/vendor/github.com/miekg/dns \
pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
shiena:ansicolor:a422bbe96644:shiena_ansicolor/vendor/github.com/shiena/ansicolor \
stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \
urfave:cli:v1.20.0:urfave_cli/vendor/github.com/urfave/cli
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
GO_TARGET= ./cmd/cli53
PLIST_FILES= bin/cli53
.include <bsd.port.mk>