d1f49e1063
- Add PORTSCOUT - Bump PORTREVISION for dependent ports
21 lines
373 B
Makefile
21 lines
373 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= MIT
|
|
|
|
PORTSCOUT= limit:^2\.
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|