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

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:autoplist

.include <bsd.port.mk>