freebsd-ports/www/rubygem-typhoeus/Makefile
2015-06-21 10:40:57 +00:00

21 lines
391 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= typhoeus
PORTVERSION= 0.7.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parallel HTTP request library
LICENSE= MIT
RUN_DEPENDS= rubygem-ethon>=0.7.4:${PORTSDIR}/www/rubygem-ethon
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>