openbsd-ports/www/ruby-typhoeus/Makefile
2022-03-11 20:09:36 +00:00

22 lines
408 B
Makefile

COMMENT = parallel HTTP requests
DISTNAME = typhoeus-1.4.0
CATEGORIES = www
HOMEPAGE = https://github.com/typhoeus/typhoeus
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = www/ruby-ethon,${MODRUBY_FLAVOR}
# tests would need additional ports
.include <bsd.port.mk>