aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-net-http-pipeline/Makefile
blob: cdad66457df224663b31c17a28b2d9ffef2fb02f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>

PORTNAME=	net-http-pipeline
PORTVERSION=	1.0.1
CATEGORIES=	www net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	HTTP/1.1 pipelining implementation atop Net::HTTP

LICENSE=	MIT

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>