opnsense-ports/www/rubygem-typhoeus/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
341 B
Makefile

PORTNAME= typhoeus
PORTVERSION= 1.4.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parallel HTTP request library
WWW= https://github.com/typhoeus/typhoeus
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ethon>=0.9.0:www/rubygem-ethon
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>