blob: 2d587f86a49410ae0d7f3c673c34311c13f87adc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: rubygem-net-http-persistent
# Date created: 2011-10-31
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= net-http-persistent
PORTVERSION= 2.3.2
PORTREVISION= 1
CATEGORIES= www net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Manages persistent connections using Net::HTTP
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|