summaryrefslogtreecommitdiff
path: root/www/rubygem-thruster/Makefile
blob: 70afb21e2d4fc1f9a24a5cf93880bfcf044f6ae2 (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.16
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>