aboutsummaryrefslogblamecommitdiff
path: root/www/rubygem-typhoeus/Makefile
blob: 7ec80304e10102b01e24eb247b0f7b2519da4f70 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                        
           

                        
                     


                            
                                

                                             
                   
                                 
 
                                                      
 
                   
                   
                   

                      
# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$

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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Parallel HTTP request library

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-ethon>=0.9.0:www/rubygem-ethon

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>