diff options
author | meta <meta@FreeBSD.org> | 2018-08-21 11:59:49 +0800 |
---|---|---|
committer | meta <meta@FreeBSD.org> | 2018-08-21 11:59:49 +0800 |
commit | 0ccc2f241932201f6c5d13db55bd77478a50c6e3 (patch) | |
tree | 03507aec9aeb7e207be593c1f1a130854687a174 /dns/cli53/Makefile | |
parent | 37727ef362bff2e85ec5836b32c009b5e9bb6244 (diff) | |
download | freebsd-ports-gnome-0ccc2f241932201f6c5d13db55bd77478a50c6e3.tar.gz freebsd-ports-gnome-0ccc2f241932201f6c5d13db55bd77478a50c6e3.tar.zst freebsd-ports-gnome-0ccc2f241932201f6c5d13db55bd77478a50c6e3.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
Diffstat (limited to 'dns/cli53/Makefile')
-rw-r--r-- | dns/cli53/Makefile | 6 |
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: |