16 lines
260 B
Makefile
16 lines
260 B
Makefile
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>
|