freebsd-ports/dns/cli53/Makefile
Jochen Neumeister bf735a7149 dns/cli53: Update to 0.8.12
Changelog: https://github.com/barnybug/cli53/releases/tag/0.8.12

PR:		223902
Submitted by:	meta+ports@vmeta.jp (maintainer)
Approved by:	mentors (implicit)
2017-11-27 14:55:45 +00:00

27 lines
515 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= cli53
DISTVERSION= 0.8.12
CATEGORIES= dns
MAINTAINER= meta+ports@vmeta.jp
COMMENT= Command line management of Route53 domains
LICENSE= MIT
BUILD_DEPENDS= go>=1.5:lang/go
USES= go
USE_GITHUB= yes
GH_ACCOUNT= barnybug
WRKSRC_SUBDIR= cmd/cli53
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/cli53
PLIST_FILES= bin/cli53
post-extract:
@${MKDIR} ${GO_WRKSRC:H:H:H}
@${LN} -sf ${WRKSRC:H:H} ${GO_WRKSRC:H:H}
.include <bsd.port.mk>