head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.03.05;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.23.03.25.29;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.02.17.23.55;	author swills;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# Ports collection makefile for:	rubygem-typhoeus
# Date created:				26 June 2011
# Whom:					Eric Freeman <freebsdports@@chillibear.com>
#
# $FreeBSD: head/www/rubygem-typhoeus/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	typhoeus
PORTVERSION=	0.3.3
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	freebsdports@@chillibear.com
COMMENT=	Parallel HTTP request library

RUN_DEPENDS=	rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types
LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl

USE_RUBY=		yes
USE_RUBYGEMS=		yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.2
log
@- Update to 0.3.3

PR:		ports/162105
Submitted by:	swills (myself)
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Typhoeus runs HTTP requests in parallel while
cleanly encapsulating handling logic.

It's a library for accessing web services in Ruby,
specifically designed for building RESTful service
oriented architectures in Ruby that need to be fast
enough to process calls to multiple services within
the client's HTTP request/response life cycle.

WWW: https://github.com/dbalatero/typhoeus

PR:		ports/158313
Submitted by:	Eric Freeman <freebsdports@@chillibear.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.2.4
@

