Files
2024-01-12 08:39:27 +00:00

22 lines
408 B
Makefile

COMMENT = parallel HTTP requests
DISTNAME = typhoeus-1.4.1
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>