summaryrefslogtreecommitdiff
path: root/www/rubygem-typhoeus/Makefile
blob: 9455f3a6c61510e33280f41f7f42b3d8b3fc96f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ports collection makefile for:	rubygem-typhoeus
# Date created:				26 June 2011
# Whom:					Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#

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>