2013-07-27 18:06:01 +02:00
|
|
|
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
2011-10-02 19:23:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= typhoeus
|
2015-05-27 15:07:22 +02:00
|
|
|
PORTVERSION= 0.7.1
|
2011-10-02 19:23:55 +02:00
|
|
|
CATEGORIES= www rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2013-07-27 18:06:01 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2011-10-02 19:23:55 +02:00
|
|
|
COMMENT= Parallel HTTP request library
|
|
|
|
|
2015-03-05 18:29:32 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2014-08-24 01:10:58 +02:00
|
|
|
RUN_DEPENDS= rubygem-ethon>=0.7.1:${PORTSDIR}/www/rubygem-ethon
|
2011-10-02 19:23:55 +02:00
|
|
|
|
2015-03-05 18:29:32 +01:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2011-10-02 19:23:55 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|