mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
853c80c70a
also update my email address in "Created by:" field. Approved by: hrs (mentor)
28 lines
512 B
Makefile
28 lines
512 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cli53
|
|
DISTVERSION= 0.8.12
|
|
CATEGORIES= dns
|
|
|
|
MAINTAINER= meta@FreeBSD.org
|
|
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>
|