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
This commit is contained in:
Koichiro Iwao 2018-08-21 03:59:49 +00:00
parent 697ae86e90
commit d8fe7b25a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477699

View file

@ -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: