21 lines
370 B
Makefile
21 lines
370 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
|
|
PORTNAME= typhoeus
|
|
PORTVERSION= 1.4.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
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|