aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-thruster/Makefile
blob: b5fcdae50309e10f4983c889ca614c42ef52633c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	thruster
PORTVERSION=	0.1.17
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Zero-config HTTP/2 proxy for lightweight production deployments
WWW=		https://github.com/basecamp/thruster

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/thrust

.include <bsd.port.mk>