freebsd-ports/www/rubygem-typhoeus/Makefile

22 lines
381 B
Makefile
Raw Normal View History

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= typhoeus
PORTVERSION= 1.1.2
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
LICENSE_FILE= ${WRKSRC}/LICENSE
2015-03-05 18:29:32 +01:00
RUN_DEPENDS= rubygem-ethon>=0.9.0:www/rubygem-ethon
NO_ARCH= yes
2015-03-05 18:29:32 +01:00
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>