20 lines
404 B
Makefile
20 lines
404 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= net-http-persistent
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= www net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Manages persistent connections using Net::HTTP
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-connection_pool>=2.2:net/rubygem-connection_pool
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|