freebsd-ports/www/rubygem-typhoeus/Makefile

21 lines
378 B
Makefile
Raw Normal View History

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= typhoeus
PORTVERSION= 0.7.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parallel HTTP request library
2015-03-05 18:29:32 +01:00
LICENSE= MIT
2014-08-24 01:10:58 +02:00
RUN_DEPENDS= rubygem-ethon>=0.7.1:${PORTSDIR}/www/rubygem-ethon
2015-03-05 18:29:32 +01:00
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>