diff --git a/www/xcaddy/Makefile b/www/xcaddy/Makefile index d8dbd019679e..0fc20011a2eb 100644 --- a/www/xcaddy/Makefile +++ b/www/xcaddy/Makefile @@ -1,25 +1,29 @@ PORTNAME= xcaddy DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= www DIST_SUBDIR= xcaddy MAINTAINER= olgeni@FreeBSD.org COMMENT= Command line tool to make custom builds of the Caddy Web Server WWW= https://github.com/caddyserver/xcaddy LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +# xcaddy actually needs to run the go command to perform builds +RUN_DEPENDS= go:lang/go + USES= go:modules USE_GITHUB= yes GH_ACCOUNT= caddyserver GH_TUPLE= Masterminds:semver:v3.2.1:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex GO_TARGET= ./cmd/xcaddy PLIST_FILES= bin/${PORTNAME} .include