2011-10-02 19:23:55 +02:00
|
|
|
# Ports collection makefile for: rubygem-typhoeus
|
|
|
|
# Date created: 26 June 2011
|
|
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= typhoeus
|
2011-11-23 04:25:29 +01:00
|
|
|
PORTVERSION= 0.3.3
|
2013-07-11 18:26:26 +02:00
|
|
|
PORTREVISION= 1
|
2011-10-02 19:23:55 +02:00
|
|
|
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>
|