aboutsummaryrefslogtreecommitdiff
path: root/dns/cli53
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2018-08-21 03:59:49 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2018-08-21 03:59:49 +0000
commitd8fe7b25a194a3cc93eae9baf371cad479d51ad1 (patch)
tree03507aec9aeb7e207be593c1f1a130854687a174 /dns/cli53
parent697ae86e906be4838114afcca93729ccab81d562 (diff)
downloadports-d8fe7b25a194a3cc93eae9baf371cad479d51ad1.tar.gz
ports-d8fe7b25a194a3cc93eae9baf371cad479d51ad1.zip
dns/cli53: cosmetic fixes
* add LICENSE * remove explicit BUILD_DEPENDS because USES=go sets it automatically * use tab after = Approved by: pi (mentor) Differential Revision: https://reviews.freebsd.org/D16809
Notes
Notes: svn path=/head/; revision=477699
Diffstat (limited to 'dns/cli53')
-rw-r--r--dns/cli53/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/cli53/Makefile b/dns/cli53/Makefile
index 3809bb4968ec..1f6aa6a2e39b 100644
--- a/dns/cli53/Makefile
+++ b/dns/cli53/Makefile
@@ -3,21 +3,21 @@
PORTNAME= cli53
DISTVERSION= 0.8.12
+PORTREVISION= 1
CATEGORIES= dns
MAINTAINER= meta@FreeBSD.org
COMMENT= Command line management of Route53 domains
LICENSE= MIT
-
-BUILD_DEPENDS= go>=1.5:lang/go
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= barnybug
WRKSRC_SUBDIR= cmd/cli53
-GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/cli53
+GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/cli53
PLIST_FILES= bin/cli53
post-extract: