aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-typhoeus/Makefile
blob: dda84f9263cfde913f4c841416d7154e6ef1511f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Whom:					Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$

PORTNAME=	typhoeus
PORTVERSION=	0.6.3
PORTREVISION=	1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

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

RUN_DEPENDS=	rubygem-ethon>=0.5.11:${PORTSDIR}/www/rubygem-ethon

USE_RUBY=		yes
USE_RUBYGEMS=		yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>