19 lines
341 B
Makefile
19 lines
341 B
Makefile
PORTNAME= net-http-persistent
|
|
PORTVERSION= 2.9.4
|
|
CATEGORIES= www net rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Manages persistent connections using Net::HTTP
|
|
WWW= https://github.com/drbrain/net-http-persistent
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^2\.
|
|
|
|
.include <bsd.port.mk>
|