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-08-13 19:38:43 +02:00
|
|
|
PORTVERSION= 0.7.3
|
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
|
|
|
|
|
2015-06-21 12:40:57 +02:00
|
|
|
RUN_DEPENDS= rubygem-ethon>=0.7.4:${PORTSDIR}/www/rubygem-ethon
|
2011-10-02 19:23:55 +02:00
|
|
|
|
2015-06-21 12:40:57 +02:00
|
|
|
NO_ARCH= yes
|
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>
|