opnsense-ports/www/rubygem-typhoeus/Makefile
Franco Fichtner a6e4b829c6 */*: sync with upstream
Taken from: HardenedBSD
2017-09-22 11:26:58 +02:00

21 lines
381 B
Makefile

# 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>