View | Details | Raw Unified | Return to bug 222938 | Differences between
and this patch

Collapse All | Expand All

(-)www/caddy/Makefile (+27 lines)
Line 0 Link Here
1
# Created by: fabian.freyer@physik.tu-berlin.de
2
# $FreeBSD$
3
4
PORTNAME=	caddy
5
PORTVERSION=	0.10.10
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	www
8
9
MAINTAINER=	fabian.freyer@physik.tu-berlin.de
10
COMMENT=	Fast, cross-platform HTTP/2 web server with automatic HTTPS
11
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	mholt
17
18
GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
19
20
do-build:
21
	@(cd ${GO_WRKSRC}/${PORTNAME}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} build)
22
23
do-install:
24
	${INSTALL_PROGRAM} ${GO_WRKSRC}/${PORTNAME}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}
25
	${INSTALL_SCRIPT} ${GO_WRKSRC}/dist/init/freebsd/${PORTNAME} ${STAGEDIR}/${PREFIX}/etc/rc.d/${PORTNAME}
26
27
.include <bsd.port.mk>
(-)www/caddy/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1507749383
2
SHA256 (mholt-caddy-v0.10.10_GH0.tar.gz) = aafaeb092e7b1bcff8ec31f19a1ded1253ff95cfdd4441378e5a530508614e8d
3
SIZE (mholt-caddy-v0.10.10_GH0.tar.gz) = 2706112
(-)www/caddy/pkg-descr (+3 lines)
Line 0 Link Here
1
Caddy is the HTTP/2 web server with automatic HTTPS.
2
3
WWW: https://caddyserver.com/
(-)www/caddy/pkg-plist (+2 lines)
Line 0 Link Here
1
bin/caddy
2
etc/rc.d/caddy

Return to bug 222938