aboutsummaryrefslogtreecommitdiff
path: root/www/xcaddy/Makefile
blob: c9ebc6d672e8f1ce8a466befe60820a6e133a2dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	xcaddy
DISTVERSIONPREFIX=	v
DISTVERSION=	0.3.5
PORTREVISION=	6
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

USES=		go:modules

USE_GITHUB=	yes
GH_ACCOUNT=	caddyserver
GH_TUPLE=	Masterminds:semver:v3.1.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 <bsd.port.mk>